#D288F9

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

Shades of Heliotrope #D288F9

Tints of Heliotrope #D288F9

Color information

#D288F9 (or 0xD288F9) is unknown color: approx Heliotrope. HEX triplet: D2, 88 and F9. RGB value is (210,136,249). Sum of RGB (Red+Green+Blue) = 210+136+249=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 136 (53.52% from 255 or 22.86% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #D288F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288F9 is #2D7706. Grayscale: #AAAAAA. Windows color (decimal): -2979591 or 16353490. OLE color: 16353490.

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

Color convert

RGB210136249-
CMYK0.160.4500.02
HSL279.29º90.4%75.49%-
HSV(B)279.29º45.38%97.65%-
XYZ52.4838.1594.22-
YUV171.01172.02155.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.29%
GREEN value IS 136 (53.52% from 255) = 22.86%
BLUE value IS 249 (97.66% from 255) = 41.85%
R=35.29%
G=22.86%
B=41.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101362490.160.4500.02279.2990.475.49
HexD288F9102D021175a4b
Octal322210371205502427132113
Binary1101001010001000111110011000010110101010001011110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D288F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D288F9; }

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

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

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

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

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

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

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

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