Shades of Heliotrope #D28FFF
Tints of Heliotrope #D28FFF
RGB
CMYK
RGB Variations
Color information
#D28FFF (or 0xD28FFF) is known color: Heliotrope. HEX triplet: D2, 8F and FF. RGB value is (210,143,255). Sum of RGB (Red+Green+Blue) = 210+143+255=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #D28FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28FFF is #2D7000. Grayscale: #AFAFAF. Windows color (decimal): -2977793 or 16748498. OLE color: 16748498.
HSL color Cylindrical-coordinate representation of color #D28FFF: hue angle of 275.89º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D28FFF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 143 | 255 | - |
| CMYK | 0.18 | 0.44 | 0 | 0 |
| HSL | 275.89º | 1% | 0.78% | - |
| HSV(B) | 275.89º | 0.44% | 1% | - |
| XYZ | 54.45 | 40.57 | 99.57 | - |
| YUV | 175.8 | 172.7 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 255 | 0.18 | 0.44 | 0 | 0 | 275.89 | 1 | 0.78 |
| Hex | D2 | 8F | FF | 12 | 2C | 0 | 0 | 114 | 64 | 4E |
| Octal | 322 | 217 | 377 | 22 | 54 | 0 | 0 | 424 | 144 | 116 |
| Binary | 11010010 | 10001111 | 11111111 | 10010 | 101100 | 0 | 0 | 100010100 | 1100100 | 1001110 |
Color Harmonies of #D28FFF
Complementary color
Monochromatic Colors of #D28FFF
Black with #D28FFF
Text Example
Text Example
White with #D28FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FFF; }
p { color: rgb(210,143,255); }
H1.HeaderClassName
{
color: #D28FFF;
}
.AnyTagClassName
{
color: #D28FFF;
}
</style>
background-color css
<style>
a { background-color: #D28FFF; }
a { background-color: rgb(210,143,255); }
div.DivClassName
{
background-color: #D28FFF;
}
.BgClassName
{
background-color: #D28FFF;
}
</style>
border-color css
<style>
span { border-color: #D28FFF; }
span { border-color: rgb(210,143,255); }
td.TdClassName
{
border-color: #D28FFF;
}
.TagClassName
{
border-color: #D28FFF;
}
</style>