Shades of Heliotrope #D288FA
Tints of Heliotrope #D288FA
RGB
CMYK
RGB Variations
Color information
#D288FA (or 0xD288FA) is known color: 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
| RGB | 210 | 136 | 250 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.02 |
| HSL | 278.95º | 0.92% | 0.76% | - |
| HSV(B) | 278.95º | 0.46% | 0.98% | - |
| XYZ | 52.64 | 38.21 | 95.04 | - |
| YUV | 171.12 | 172.52 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 250 | 0.16 | 0.46 | 0 | 0.02 | 278.95 | 0.92 | 0.76 |
| Hex | D2 | 88 | FA | 10 | 2E | 0 | 2 | 117 | 5C | 4C |
| Octal | 322 | 210 | 372 | 20 | 56 | 0 | 2 | 427 | 134 | 114 |
| Binary | 11010010 | 10001000 | 11111010 | 10000 | 101110 | 0 | 10 | 100010111 | 1011100 | 1001100 |
Color Harmonies of #D288FA
Complementary color
Monochromatic Colors of #D288FA
Black with #D288FA
Text Example
Text Example
White with #D288FA
Text Example
Text Example
HTML Codes & Css Web 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>