#D082EF

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

Shades of Heliotrope #D082EF

Tints of Heliotrope #D082EF

Color information

#D082EF (or 0xD082EF) is unknown color: approx Heliotrope. HEX triplet: D0, 82 and EF. RGB value is (208,130,239). Sum of RGB (Red+Green+Blue) = 208+130+239=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #D082EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D082EF is #2F7D10. Grayscale: #A5A5A5. Windows color (decimal): -3112209 or 15696592. OLE color: 15696592.

HSL color Cylindrical-coordinate representation of color #D082EF: hue angle of 282.94º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D082EF is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208130239-
CMYK0.130.4600.06
HSL282.94º77.3%72.35%-
HSV(B)282.94º45.61%93.73%-
XYZ49.5835.6185.92-
YUV165.75169.34158.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.05%
GREEN value IS 130 (51.17% from 255) = 22.53%
BLUE value IS 239 (93.75% from 255) = 41.42%
R=36.05%
G=22.53%
B=41.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2081302390.130.4600.06282.9477.372.35
HexD082EFD2E0611b4d48
Octal320202357155606433115110
Binary1101000010000010111011111101101110011010001101110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D082EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D082EF; }

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

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

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

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

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

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

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

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