#D288EE

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

Shades of Heliotrope #D288EE

Tints of Heliotrope #D288EE

Color information

#D288EE (or 0xD288EE) is unknown color: approx Heliotrope. HEX triplet: D2, 88 and EE. RGB value is (210,136,238). Sum of RGB (Red+Green+Blue) = 210+136+238=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #D288EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288EE is #2D7711. Grayscale: #A9A9A9. Windows color (decimal): -2979602 or 15632594. OLE color: 15632594.

HSL color Cylindrical-coordinate representation of color #D288EE: hue angle of 283.53º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D288EE is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210136238-
CMYK0.120.4300.07
HSL283.53º75%73.33%-
HSV(B)283.53º42.86%93.33%-
XYZ50.8237.4885.45-
YUV169.75166.52156.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.96%
GREEN value IS 136 (53.52% from 255) = 23.29%
BLUE value IS 238 (93.36% from 255) = 40.75%
R=35.96%
G=23.29%
B=40.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101362380.120.4300.07283.537573.33
HexD288EEC2B0711c4b49
Octal322210356145307434113111
Binary1101001010001000111011101100101011011110001110010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D288EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D288EE; }

 p { color: rgb(210,136,238); }

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

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

 a { background-color: rgb(210,136,238); }

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

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

 span { border-color: rgb(210,136,238); }

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