Shades of Heliotrope #D08DF8
Tints of Heliotrope #D08DF8
RGB
CMYK
RGB Variations
Color information
#D08DF8 (or 0xD08DF8) is known color: Heliotrope. HEX triplet: D0, 8D and F8. RGB value is (208,141,248). Sum of RGB (Red+Green+Blue) = 208+141+248=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 141 (55.47% from 255 or 23.62% from 597); Blue value is 248 (97.27% from 255 or 41.54% from 597); Max value from RGB is 248 - color contains mainly: blue. Hex color #D08DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08DF8 is #2F7207. Grayscale: #ACACAC. Windows color (decimal): -3109384 or 16289232. OLE color: 16289232.
HSL color Cylindrical-coordinate representation of color #D08DF8: hue angle of 277.57º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D08DF8 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 141 | 248 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.03 |
| HSL | 277.57º | 0.88% | 0.76% | - |
| HSV(B) | 277.57º | 0.43% | 0.97% | - |
| XYZ | 52.48 | 39.24 | 93.61 | - |
| YUV | 173.23 | 170.2 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 248 | 0.16 | 0.43 | 0 | 0.03 | 277.57 | 0.88 | 0.76 |
| Hex | D0 | 8D | F8 | 10 | 2B | 0 | 3 | 116 | 58 | 4C |
| Octal | 320 | 215 | 370 | 20 | 53 | 0 | 3 | 426 | 130 | 114 |
| Binary | 11010000 | 10001101 | 11111000 | 10000 | 101011 | 0 | 11 | 100010110 | 1011000 | 1001100 |
Color Harmonies of #D08DF8
Complementary color
Monochromatic Colors of #D08DF8
Black with #D08DF8
Text Example
Text Example
White with #D08DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08DF8; }
p { color: rgb(208,141,248); }
H1.HeaderClassName
{
color: #D08DF8;
}
.AnyTagClassName
{
color: #D08DF8;
}
</style>
background-color css
<style>
a { background-color: #D08DF8; }
a { background-color: rgb(208,141,248); }
div.DivClassName
{
background-color: #D08DF8;
}
.BgClassName
{
background-color: #D08DF8;
}
</style>
border-color css
<style>
span { border-color: #D08DF8; }
span { border-color: rgb(208,141,248); }
td.TdClassName
{
border-color: #D08DF8;
}
.TagClassName
{
border-color: #D08DF8;
}
</style>