Shades of Heliotrope #D08DFE
Tints of Heliotrope #D08DFE
RGB
CMYK
RGB Variations
Color information
#D08DFE (or 0xD08DFE) is known color: Heliotrope. HEX triplet: D0, 8D and FE. RGB value is (208,141,254). Sum of RGB (Red+Green+Blue) = 208+141+254=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 141 (55.47% from 255 or 23.38% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #D08DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08DFE is #2F7201. Grayscale: #ADADAD. Windows color (decimal): -3109378 or 16682448. OLE color: 16682448.
HSL color Cylindrical-coordinate representation of color #D08DFE: hue angle of 275.58º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D08DFE is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 141 | 254 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.00 |
| HSL | 275.58º | 0.98% | 0.77% | - |
| HSV(B) | 275.58º | 0.44% | 1% | - |
| XYZ | 53.43 | 39.62 | 98.6 | - |
| YUV | 173.92 | 173.2 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 254 | 0.18 | 0.44 | 0 | 0.00 | 275.58 | 0.98 | 0.77 |
| Hex | D0 | 8D | FE | 12 | 2C | 0 | 0 | 114 | 62 | 4D |
| Octal | 320 | 215 | 376 | 22 | 54 | 0 | 0 | 424 | 142 | 115 |
| Binary | 11010000 | 10001101 | 11111110 | 10010 | 101100 | 0 | 0 | 100010100 | 1100010 | 1001101 |
Color Harmonies of #D08DFE
Complementary color
Monochromatic Colors of #D08DFE
Black with #D08DFE
Text Example
Text Example
White with #D08DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08DFE; }
p { color: rgb(208,141,254); }
H1.HeaderClassName
{
color: #D08DFE;
}
.AnyTagClassName
{
color: #D08DFE;
}
</style>
background-color css
<style>
a { background-color: #D08DFE; }
a { background-color: rgb(208,141,254); }
div.DivClassName
{
background-color: #D08DFE;
}
.BgClassName
{
background-color: #D08DFE;
}
</style>
border-color css
<style>
span { border-color: #D08DFE; }
span { border-color: rgb(208,141,254); }
td.TdClassName
{
border-color: #D08DFE;
}
.TagClassName
{
border-color: #D08DFE;
}
</style>