#D082FF

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

Shades of Heliotrope #D082FF

Tints of Heliotrope #D082FF

Color information

#D082FF (or 0xD082FF) is unknown color: approx Heliotrope. HEX triplet: D0, 82 and FF. RGB value is (208,130,255). Sum of RGB (Red+Green+Blue) = 208+130+255=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 130 (51.17% from 255 or 21.92% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #D082FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D082FF is #2F7D00. Grayscale: #A7A7A7. Windows color (decimal): -3112193 or 16745168. OLE color: 16745168.

HSL color Cylindrical-coordinate representation of color #D082FF: hue angle of 277.44º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D082FF is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB208130255-
CMYK0.180.4900
HSL277.44º100%75.49%-
HSV(B)277.44º49.02%100%-
XYZ52.0536.698.93-
YUV167.57177.34156.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.08%
GREEN value IS 130 (51.17% from 255) = 21.92%
BLUE value IS 255 (100% from 255) = 43.00%
R=35.08%
G=21.92%
B=43.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081302550.180.4900277.4410075.49
HexD082FF123100115644b
Octal320202377226100425144113
Binary110100001000001011111111100101100010010001010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D082FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D082FF; }

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

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

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

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

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

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

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

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