Shades of Heliotrope #D288F5
Tints of Heliotrope #D288F5
RGB
CMYK
RGB Variations
Color information
#D288F5 (or 0xD288F5) is known color: Heliotrope. HEX triplet: D2, 88 and F5. RGB value is (210,136,245). Sum of RGB (Red+Green+Blue) = 210+136+245=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 136 (53.52% from 255 or 23.01% from 591); Blue value is 245 (96.09% from 255 or 41.46% from 591); Max value from RGB is 245 - color contains mainly: blue. Hex color #D288F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288F5 is #2D770A. Grayscale: #AAAAAA. Windows color (decimal): -2979595 or 16091346. OLE color: 16091346.
HSL color Cylindrical-coordinate representation of color #D288F5: hue angle of 280.73º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D288F5 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 136 | 245 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.04 |
| HSL | 280.73º | 0.84% | 0.75% | - |
| HSV(B) | 280.73º | 0.44% | 0.96% | - |
| XYZ | 51.86 | 37.9 | 90.97 | - |
| YUV | 170.55 | 170.02 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 245 | 0.14 | 0.44 | 0 | 0.04 | 280.73 | 0.84 | 0.75 |
| Hex | D2 | 88 | F5 | E | 2C | 0 | 4 | 119 | 54 | 4B |
| Octal | 322 | 210 | 365 | 16 | 54 | 0 | 4 | 431 | 124 | 113 |
| Binary | 11010010 | 10001000 | 11110101 | 1110 | 101100 | 0 | 100 | 100011001 | 1010100 | 1001011 |
Color Harmonies of #D288F5
Complementary color
Monochromatic Colors of #D288F5
Black with #D288F5
Text Example
Text Example
White with #D288F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D288F5; }
p { color: rgb(210,136,245); }
H1.HeaderClassName
{
color: #D288F5;
}
.AnyTagClassName
{
color: #D288F5;
}
</style>
background-color css
<style>
a { background-color: #D288F5; }
a { background-color: rgb(210,136,245); }
div.DivClassName
{
background-color: #D288F5;
}
.BgClassName
{
background-color: #D288F5;
}
</style>
border-color css
<style>
span { border-color: #D288F5; }
span { border-color: rgb(210,136,245); }
td.TdClassName
{
border-color: #D288F5;
}
.TagClassName
{
border-color: #D288F5;
}
</style>