#D082E6

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

Shades of Heliotrope #D082E6

Tints of Heliotrope #D082E6

Color information

#D082E6 (or 0xD082E6) is unknown color: approx Heliotrope. HEX triplet: D0, 82 and E6. RGB value is (208,130,230). Sum of RGB (Red+Green+Blue) = 208+130+230=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #D082E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D082E6 is #2F7D19. Grayscale: #A4A4A4. Windows color (decimal): -3112218 or 15106768. OLE color: 15106768.

HSL color Cylindrical-coordinate representation of color #D082E6: hue angle of 286.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D082E6 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB208130230-
CMYK0.100.4300.10
HSL286.8º66.67%70.59%-
HSV(B)286.8º43.48%90.2%-
XYZ48.2835.0979.09-
YUV164.72164.84158.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.62%
GREEN value IS 130 (51.17% from 255) = 22.89%
BLUE value IS 230 (90.23% from 255) = 40.49%
R=36.62%
G=22.89%
B=40.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2081302300.100.4300.10286.866.6770.59
HexD082E6A2B0A11f4347
Octal3202023461253012437103107
Binary11010000100000101110011010101010110101010001111110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D082E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D082E6; }

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

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

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

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

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

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

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

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