Shades of Heliotrope #D85DF2
Tints of Heliotrope #D85DF2
RGB
CMYK
RGB Variations
Color information
#D85DF2 (or 0xD85DF2) is known color: Heliotrope. HEX triplet: D8, 5D and F2. RGB value is (216,93,242). Sum of RGB (Red+Green+Blue) = 216+93+242=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 93 (36.72% from 255 or 16.88% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #D85DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85DF2 is #27A20D. Grayscale: #929292. Windows color (decimal): -2597390 or 15883736. OLE color: 15883736.
HSL color Cylindrical-coordinate representation of color #D85DF2: hue angle of 289.53º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85DF2 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 93 | 242 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.05 |
| HSL | 289.53º | 0.85% | 0.66% | - |
| HSV(B) | 289.53º | 0.62% | 0.95% | - |
| XYZ | 48.26 | 28.84 | 87.03 | - |
| YUV | 146.76 | 181.75 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 242 | 0.11 | 0.62 | 0 | 0.05 | 289.53 | 0.85 | 0.66 |
| Hex | D8 | 5D | F2 | B | 3E | 0 | 5 | 122 | 55 | 42 |
| Octal | 330 | 135 | 362 | 13 | 76 | 0 | 5 | 442 | 125 | 102 |
| Binary | 11011000 | 1011101 | 11110010 | 1011 | 111110 | 0 | 101 | 100100010 | 1010101 | 1000010 |
Color Harmonies of #D85DF2
Complementary color
Monochromatic Colors of #D85DF2
Black with #D85DF2
Text Example
Text Example
White with #D85DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85DF2; }
p { color: rgb(216,93,242); }
H1.HeaderClassName
{
color: #D85DF2;
}
.AnyTagClassName
{
color: #D85DF2;
}
</style>
background-color css
<style>
a { background-color: #D85DF2; }
a { background-color: rgb(216,93,242); }
div.DivClassName
{
background-color: #D85DF2;
}
.BgClassName
{
background-color: #D85DF2;
}
</style>
border-color css
<style>
span { border-color: #D85DF2; }
span { border-color: rgb(216,93,242); }
td.TdClassName
{
border-color: #D85DF2;
}
.TagClassName
{
border-color: #D85DF2;
}
</style>