Shades of Heliotrope #D955FF
Tints of Heliotrope #D955FF
RGB
CMYK
RGB Variations
Color information
#D955FF (or 0xD955FF) is known color: Heliotrope. HEX triplet: D9, 55 and FF. RGB value is (217,85,255). Sum of RGB (Red+Green+Blue) = 217+85+255=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 85 (33.59% from 255 or 15.26% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #D955FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D955FF is #26AA00. Grayscale: #8F8F8F. Windows color (decimal): -2533889 or 16733657. OLE color: 16733657.
HSL color Cylindrical-coordinate representation of color #D955FF: hue angle of 286.59º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D955FF is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 85 | 255 | - |
| CMYK | 0.15 | 0.67 | 0 | 0 |
| HSL | 286.59º | 1% | 0.67% | - |
| HSV(B) | 286.59º | 0.67% | 1% | - |
| XYZ | 49.91 | 28.47 | 97.47 | - |
| YUV | 143.85 | 190.73 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 255 | 0.15 | 0.67 | 0 | 0 | 286.59 | 1 | 0.67 |
| Hex | D9 | 55 | FF | F | 43 | 0 | 0 | 11F | 64 | 43 |
| Octal | 331 | 125 | 377 | 17 | 103 | 0 | 0 | 437 | 144 | 103 |
| Binary | 11011001 | 1010101 | 11111111 | 1111 | 1000011 | 0 | 0 | 100011111 | 1100100 | 1000011 |
Color Harmonies of #D955FF
Complementary color
Monochromatic Colors of #D955FF
Black with #D955FF
Text Example
Text Example
White with #D955FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955FF; }
p { color: rgb(217,85,255); }
H1.HeaderClassName
{
color: #D955FF;
}
.AnyTagClassName
{
color: #D955FF;
}
</style>
background-color css
<style>
a { background-color: #D955FF; }
a { background-color: rgb(217,85,255); }
div.DivClassName
{
background-color: #D955FF;
}
.BgClassName
{
background-color: #D955FF;
}
</style>
border-color css
<style>
span { border-color: #D955FF; }
span { border-color: rgb(217,85,255); }
td.TdClassName
{
border-color: #D955FF;
}
.TagClassName
{
border-color: #D955FF;
}
</style>