#D982EF

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

Shades of Heliotrope #D982EF

Tints of Heliotrope #D982EF

Color information

#D982EF (or 0xD982EF) is unknown color: approx Heliotrope. HEX triplet: D9, 82 and EF. RGB value is (217,130,239). Sum of RGB (Red+Green+Blue) = 217+130+239=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 130 (51.17% from 255 or 22.18% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #D982EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D982EF is #267D10. Grayscale: #A8A8A8. Windows color (decimal): -2522385 or 15696601. OLE color: 15696601.

HSL color Cylindrical-coordinate representation of color #D982EF: hue angle of 287.89º 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 #D982EF is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB217130239-
CMYK0.090.4600.06
HSL287.89º77.3%72.35%-
HSV(B)287.89º45.61%93.73%-
XYZ52.1836.9586.04-
YUV168.44167.82162.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 130 (51.17% from 255) = 22.18%
BLUE value IS 239 (93.75% from 255) = 40.78%
R=37.03%
G=22.18%
B=40.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2171302390.090.4600.06287.8977.372.35
HexD982EF92E061204d48
Octal331202357115606440115110
Binary1101100110000010111011111001101110011010010000010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D982EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D982EF; }

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

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

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

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

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

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

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

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