#D288FD

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

Shades of Heliotrope #D288FD

Tints of Heliotrope #D288FD

Color information

#D288FD (or 0xD288FD) is unknown color: approx Heliotrope. HEX triplet: D2, 88 and FD. RGB value is (210,136,253). Sum of RGB (Red+Green+Blue) = 210+136+253=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 136 (53.52% from 255 or 22.70% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #D288FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288FD is #2D7702. Grayscale: #ABABAB. Windows color (decimal): -2979587 or 16615634. OLE color: 16615634.

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

Color convert

RGB210136253-
CMYK0.170.4600.01
HSL277.95º96.69%76.27%-
HSV(B)277.95º46.25%99.22%-
XYZ53.1138.497.54-
YUV171.46174.02155.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.06%
GREEN value IS 136 (53.52% from 255) = 22.70%
BLUE value IS 253 (99.22% from 255) = 42.24%
R=35.06%
G=22.70%
B=42.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101362530.170.4600.01277.9596.6976.27
HexD288FD112E01116614c
Octal322210375215601426141114
Binary110100101000100011111101100011011100110001011011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D288FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D288FD; }

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

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

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

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

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

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

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

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