Shades of Heliotrope #D28DFB
Tints of Heliotrope #D28DFB
RGB
CMYK
RGB Variations
Color information
#D28DFB (or 0xD28DFB) is known color: Heliotrope. HEX triplet: D2, 8D and FB. RGB value is (210,141,251). Sum of RGB (Red+Green+Blue) = 210+141+251=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #D28DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28DFB is #2D7204. Grayscale: #ADADAD. Windows color (decimal): -2978309 or 16485842. OLE color: 16485842.
HSL color Cylindrical-coordinate representation of color #D28DFB: hue angle of 277.64º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D28DFB is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 141 | 251 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.02 |
| HSL | 277.64º | 0.93% | 0.77% | - |
| HSV(B) | 277.64º | 0.44% | 0.98% | - |
| XYZ | 53.52 | 39.72 | 96.11 | - |
| YUV | 174.17 | 171.36 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 251 | 0.16 | 0.44 | 0 | 0.02 | 277.64 | 0.93 | 0.77 |
| Hex | D2 | 8D | FB | 10 | 2C | 0 | 2 | 116 | 5D | 4D |
| Octal | 322 | 215 | 373 | 20 | 54 | 0 | 2 | 426 | 135 | 115 |
| Binary | 11010010 | 10001101 | 11111011 | 10000 | 101100 | 0 | 10 | 100010110 | 1011101 | 1001101 |
Color Harmonies of #D28DFB
Complementary color
Monochromatic Colors of #D28DFB
Black with #D28DFB
Text Example
Text Example
White with #D28DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28DFB; }
p { color: rgb(210,141,251); }
H1.HeaderClassName
{
color: #D28DFB;
}
.AnyTagClassName
{
color: #D28DFB;
}
</style>
background-color css
<style>
a { background-color: #D28DFB; }
a { background-color: rgb(210,141,251); }
div.DivClassName
{
background-color: #D28DFB;
}
.BgClassName
{
background-color: #D28DFB;
}
</style>
border-color css
<style>
span { border-color: #D28DFB; }
span { border-color: rgb(210,141,251); }
td.TdClassName
{
border-color: #D28DFB;
}
.TagClassName
{
border-color: #D28DFB;
}
</style>