#D082F9

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

Shades of Heliotrope #D082F9

Tints of Heliotrope #D082F9

Color information

#D082F9 (or 0xD082F9) is unknown color: approx Heliotrope. HEX triplet: D0, 82 and F9. RGB value is (208,130,249). Sum of RGB (Red+Green+Blue) = 208+130+249=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 130 (51.17% from 255 or 22.15% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #D082F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D082F9 is #2F7D06. Grayscale: #A6A6A6. Windows color (decimal): -3112199 or 16351952. OLE color: 16351952.

HSL color Cylindrical-coordinate representation of color #D082F9: hue angle of 279.33º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D082F9 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208130249-
CMYK0.160.4800.02
HSL279.33º90.84%74.31%-
HSV(B)279.33º47.79%97.65%-
XYZ51.0936.2193.92-
YUV166.89174.34157.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 130 (51.17% from 255) = 22.15%
BLUE value IS 249 (97.66% from 255) = 42.42%
R=35.43%
G=22.15%
B=42.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081302490.160.4800.02279.3390.8474.31
HexD082F91030021175b4a
Octal320202371206002427133112
Binary1101000010000010111110011000011000001010001011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D082F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D082F9; }

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

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

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

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

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

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

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

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