#D288FE

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

Shades of Heliotrope #D288FE

Tints of Heliotrope #D288FE

Color information

#D288FE (or 0xD288FE) is unknown color: approx Heliotrope. HEX triplet: D2, 88 and FE. RGB value is (210,136,254). Sum of RGB (Red+Green+Blue) = 210+136+254=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 136 (53.52% from 255 or 22.67% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #D288FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288FE is #2D7701. Grayscale: #ABABAB. Windows color (decimal): -2979586 or 16681170. OLE color: 16681170.

HSL color Cylindrical-coordinate representation of color #D288FE: hue angle of 277.63º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D288FE is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB210136254-
CMYK0.170.4600.00
HSL277.63º98.33%76.47%-
HSV(B)277.63º46.46%99.61%-
XYZ53.2738.4798.38-
YUV171.58174.52155.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35%
GREEN value IS 136 (53.52% from 255) = 22.67%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=35%
G=22.67%
B=42.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2101362540.170.4600.00277.6398.3376.47
HexD288FE112E00116624c
Octal322210376215600426142114
Binary110100101000100011111110100011011100010001011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D288FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D288FE; }

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

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

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

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

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

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

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

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