Shades of Heliotrope #D955FB
Tints of Heliotrope #D955FB
RGB
CMYK
RGB Variations
Color information
#D955FB (or 0xD955FB) is known color: Heliotrope. HEX triplet: D9, 55 and FB. RGB value is (217,85,251). Sum of RGB (Red+Green+Blue) = 217+85+251=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 85 (33.59% from 255 or 15.37% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #D955FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D955FB is #26AA04. Grayscale: #8E8E8E. Windows color (decimal): -2533893 or 16471513. OLE color: 16471513.
HSL color Cylindrical-coordinate representation of color #D955FB: hue angle of 287.71º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D955FB is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 85 | 251 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.02 |
| HSL | 287.71º | 0.95% | 0.66% | - |
| HSV(B) | 287.71º | 0.66% | 0.98% | - |
| XYZ | 49.28 | 28.21 | 94.12 | - |
| YUV | 143.39 | 188.73 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 251 | 0.14 | 0.66 | 0 | 0.02 | 287.71 | 0.95 | 0.66 |
| Hex | D9 | 55 | FB | E | 42 | 0 | 2 | 120 | 5F | 42 |
| Octal | 331 | 125 | 373 | 16 | 102 | 0 | 2 | 440 | 137 | 102 |
| Binary | 11011001 | 1010101 | 11111011 | 1110 | 1000010 | 0 | 10 | 100100000 | 1011111 | 1000010 |
Color Harmonies of #D955FB
Complementary color
Monochromatic Colors of #D955FB
Black with #D955FB
Text Example
Text Example
White with #D955FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955FB; }
p { color: rgb(217,85,251); }
H1.HeaderClassName
{
color: #D955FB;
}
.AnyTagClassName
{
color: #D955FB;
}
</style>
background-color css
<style>
a { background-color: #D955FB; }
a { background-color: rgb(217,85,251); }
div.DivClassName
{
background-color: #D955FB;
}
.BgClassName
{
background-color: #D955FB;
}
</style>
border-color css
<style>
span { border-color: #D955FB; }
span { border-color: rgb(217,85,251); }
td.TdClassName
{
border-color: #D955FB;
}
.TagClassName
{
border-color: #D955FB;
}
</style>