Shades of Heliotrope #D288FB
Tints of Heliotrope #D288FB
RGB
CMYK
RGB Variations
Color information
#D288FB (or 0xD288FB) is known color: Heliotrope. HEX triplet: D2, 88 and FB. RGB value is (210,136,251). Sum of RGB (Red+Green+Blue) = 210+136+251=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 136 (53.52% from 255 or 22.78% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #D288FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D288FB is #2D7704. Grayscale: #AAAAAA. Windows color (decimal): -2979589 or 16484562. OLE color: 16484562.
HSL color Cylindrical-coordinate representation of color #D288FB: hue angle of 278.61º degrees, saturation: 0.93, 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 #D288FB is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 136 | 251 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.02 |
| HSL | 278.61º | 0.93% | 0.76% | - |
| HSV(B) | 278.61º | 0.46% | 0.98% | - |
| XYZ | 52.8 | 38.27 | 95.87 | - |
| YUV | 171.24 | 173.02 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 251 | 0.16 | 0.46 | 0 | 0.02 | 278.61 | 0.93 | 0.76 |
| Hex | D2 | 88 | FB | 10 | 2E | 0 | 2 | 117 | 5D | 4C |
| Octal | 322 | 210 | 373 | 20 | 56 | 0 | 2 | 427 | 135 | 114 |
| Binary | 11010010 | 10001000 | 11111011 | 10000 | 101110 | 0 | 10 | 100010111 | 1011101 | 1001100 |
Color Harmonies of #D288FB
Complementary color
Monochromatic Colors of #D288FB
Black with #D288FB
Text Example
Text Example
White with #D288FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D288FB; }
p { color: rgb(210,136,251); }
H1.HeaderClassName
{
color: #D288FB;
}
.AnyTagClassName
{
color: #D288FB;
}
</style>
background-color css
<style>
a { background-color: #D288FB; }
a { background-color: rgb(210,136,251); }
div.DivClassName
{
background-color: #D288FB;
}
.BgClassName
{
background-color: #D288FB;
}
</style>
border-color css
<style>
span { border-color: #D288FB; }
span { border-color: rgb(210,136,251); }
td.TdClassName
{
border-color: #D288FB;
}
.TagClassName
{
border-color: #D288FB;
}
</style>