#D288FA

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

Shades of Heliotrope #D288FA

Tints of Heliotrope #D288FA

Color information

#D288FA (or 0xD288FA) is unknown color: approx Heliotrope. HEX triplet: D2, 88 and FA. RGB value is (210,136,250). Sum of RGB (Red+Green+Blue) = 210+136+250=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 136 (53.52% from 255 or 22.82% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #D288FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288FA is #2D7705. Grayscale: #AAAAAA. Windows color (decimal): -2979590 or 16419026. OLE color: 16419026.

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

Color convert

RGB210136250-
CMYK0.160.4600.02
HSL278.95º91.94%75.69%-
HSV(B)278.95º45.6%98.04%-
XYZ52.6438.2195.04-
YUV171.12172.52155.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.23%
GREEN value IS 136 (53.52% from 255) = 22.82%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=35.23%
G=22.82%
B=41.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101362500.160.4600.02278.9591.9475.69
HexD288FA102E021175c4c
Octal322210372205602427134114
Binary1101001010001000111110101000010111001010001011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D288FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D288FA; }

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

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

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

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

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

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

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

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