#D082F2

Color #D082F2 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D082F2

Tints of Heliotrope #D082F2

Color information

#D082F2 (or 0xD082F2) is unknown color: approx Heliotrope. HEX triplet: D0, 82 and F2. RGB value is (208,130,242). Sum of RGB (Red+Green+Blue) = 208+130+242=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #D082F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D082F2 is #2F7D0D. Grayscale: #A5A5A5. Windows color (decimal): -3112206 or 15893200. OLE color: 15893200.

HSL color Cylindrical-coordinate representation of color #D082F2: hue angle of 281.79º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D082F2 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208130242-
CMYK0.140.4600.05
HSL281.79º81.16%72.94%-
HSV(B)281.79º46.28%94.9%-
XYZ50.0235.7988.28-
YUV166.09170.84157.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 35.86%
GREEN value IS 130 (51.17% from 255) = 22.41%
BLUE value IS 242 (94.92% from 255) = 41.72%
R=35.86%
G=22.41%
B=41.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2081302420.140.4600.05281.7981.1672.94
HexD082F2E2E0511a5149
Octal320202362165605432121111
Binary1101000010000010111100101110101110010110001101010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D082F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D082F2; }

 p { color: rgb(208,130,242); }

 H1.HeaderClassName
 {
   color: #D082F2;
 }
 .AnyTagClassName
 {
   color: #D082F2;
 }
</style>
background-color css

<style>
 a { background-color: #D082F2; }

 a { background-color: rgb(208,130,242); }

 div.DivClassName
 {
   background-color: #D082F2;
 }
 .BgClassName
 {
   background-color: #D082F2;
 }
</style>
border-color css

<style>
 span { border-color: #D082F2; }

 span { border-color: rgb(208,130,242); }

 td.TdClassName
 {
   border-color: #D082F2;
 }
 .TagClassName
 {
   border-color: #D082F2;
 }
</style>