Shades of Heliotrope #D288F4
Tints of Heliotrope #D288F4
RGB
CMYK
RGB Variations
Color information
#D288F4 (or 0xD288F4) is known color: Heliotrope. HEX triplet: D2, 88 and F4. RGB value is (210,136,244). Sum of RGB (Red+Green+Blue) = 210+136+244=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 136 (53.52% from 255 or 23.05% from 590); Blue value is 244 (95.70% from 255 or 41.36% from 590); Max value from RGB is 244 - color contains mainly: blue. Hex color #D288F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288F4 is #2D770B. Grayscale: #AAAAAA. Windows color (decimal): -2979596 or 16025810. OLE color: 16025810.
HSL color Cylindrical-coordinate representation of color #D288F4: hue angle of 281.11º degrees, saturation: 0.83, 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 #D288F4 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 136 | 244 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.04 |
| HSL | 281.11º | 0.83% | 0.75% | - |
| HSV(B) | 281.11º | 0.44% | 0.96% | - |
| XYZ | 51.71 | 37.84 | 90.17 | - |
| YUV | 170.44 | 169.52 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 244 | 0.14 | 0.44 | 0 | 0.04 | 281.11 | 0.83 | 0.75 |
| Hex | D2 | 88 | F4 | E | 2C | 0 | 4 | 119 | 53 | 4B |
| Octal | 322 | 210 | 364 | 16 | 54 | 0 | 4 | 431 | 123 | 113 |
| Binary | 11010010 | 10001000 | 11110100 | 1110 | 101100 | 0 | 100 | 100011001 | 1010011 | 1001011 |
Color Harmonies of #D288F4
Complementary color
Monochromatic Colors of #D288F4
Black with #D288F4
Text Example
Text Example
White with #D288F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D288F4; }
p { color: rgb(210,136,244); }
H1.HeaderClassName
{
color: #D288F4;
}
.AnyTagClassName
{
color: #D288F4;
}
</style>
background-color css
<style>
a { background-color: #D288F4; }
a { background-color: rgb(210,136,244); }
div.DivClassName
{
background-color: #D288F4;
}
.BgClassName
{
background-color: #D288F4;
}
</style>
border-color css
<style>
span { border-color: #D288F4; }
span { border-color: rgb(210,136,244); }
td.TdClassName
{
border-color: #D288F4;
}
.TagClassName
{
border-color: #D288F4;
}
</style>