Shades of Heliotrope #D85DFD
Tints of Heliotrope #D85DFD
RGB
CMYK
RGB Variations
Color information
#D85DFD (or 0xD85DFD) is known color: Heliotrope. HEX triplet: D8, 5D and FD. RGB value is (216,93,253). Sum of RGB (Red+Green+Blue) = 216+93+253=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 93 (36.72% from 255 or 16.55% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #D85DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85DFD is #27A202. Grayscale: #939393. Windows color (decimal): -2597379 or 16604632. OLE color: 16604632.
HSL color Cylindrical-coordinate representation of color #D85DFD: hue angle of 286.12º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85DFD is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 93 | 253 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.01 |
| HSL | 286.13º | 0.98% | 0.68% | - |
| HSV(B) | 286.13º | 0.63% | 0.99% | - |
| XYZ | 49.96 | 29.52 | 95.99 | - |
| YUV | 148.02 | 187.25 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 253 | 0.15 | 0.63 | 0 | 0.01 | 286.13 | 0.98 | 0.68 |
| Hex | D8 | 5D | FD | F | 3F | 0 | 1 | 11E | 62 | 44 |
| Octal | 330 | 135 | 375 | 17 | 77 | 0 | 1 | 436 | 142 | 104 |
| Binary | 11011000 | 1011101 | 11111101 | 1111 | 111111 | 0 | 1 | 100011110 | 1100010 | 1000100 |
Color Harmonies of #D85DFD
Complementary color
Monochromatic Colors of #D85DFD
Black with #D85DFD
Text Example
Text Example
White with #D85DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85DFD; }
p { color: rgb(216,93,253); }
H1.HeaderClassName
{
color: #D85DFD;
}
.AnyTagClassName
{
color: #D85DFD;
}
</style>
background-color css
<style>
a { background-color: #D85DFD; }
a { background-color: rgb(216,93,253); }
div.DivClassName
{
background-color: #D85DFD;
}
.BgClassName
{
background-color: #D85DFD;
}
</style>
border-color css
<style>
span { border-color: #D85DFD; }
span { border-color: rgb(216,93,253); }
td.TdClassName
{
border-color: #D85DFD;
}
.TagClassName
{
border-color: #D85DFD;
}
</style>