Shades of Heliotrope #D85FFB
Tints of Heliotrope #D85FFB
RGB
CMYK
RGB Variations
Color information
#D85FFB (or 0xD85FFB) is known color: Heliotrope. HEX triplet: D8, 5F and FB. RGB value is (216,95,251). Sum of RGB (Red+Green+Blue) = 216+95+251=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 95 (37.5% from 255 or 16.90% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #D85FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85FFB is #27A004. Grayscale: #949494. Windows color (decimal): -2596869 or 16474072. OLE color: 16474072.
HSL color Cylindrical-coordinate representation of color #D85FFB: hue angle of 286.54º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85FFB is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 95 | 251 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.02 |
| HSL | 286.54º | 0.95% | 0.68% | - |
| HSV(B) | 286.54º | 0.62% | 0.98% | - |
| XYZ | 49.82 | 29.75 | 94.38 | - |
| YUV | 148.96 | 185.59 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 251 | 0.14 | 0.62 | 0 | 0.02 | 286.54 | 0.95 | 0.68 |
| Hex | D8 | 5F | FB | E | 3E | 0 | 2 | 11F | 5F | 44 |
| Octal | 330 | 137 | 373 | 16 | 76 | 0 | 2 | 437 | 137 | 104 |
| Binary | 11011000 | 1011111 | 11111011 | 1110 | 111110 | 0 | 10 | 100011111 | 1011111 | 1000100 |
Color Harmonies of #D85FFB
Complementary color
Monochromatic Colors of #D85FFB
Black with #D85FFB
Text Example
Text Example
White with #D85FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85FFB; }
p { color: rgb(216,95,251); }
H1.HeaderClassName
{
color: #D85FFB;
}
.AnyTagClassName
{
color: #D85FFB;
}
</style>
background-color css
<style>
a { background-color: #D85FFB; }
a { background-color: rgb(216,95,251); }
div.DivClassName
{
background-color: #D85FFB;
}
.BgClassName
{
background-color: #D85FFB;
}
</style>
border-color css
<style>
span { border-color: #D85FFB; }
span { border-color: rgb(216,95,251); }
td.TdClassName
{
border-color: #D85FFB;
}
.TagClassName
{
border-color: #D85FFB;
}
</style>