Shades of Heliotrope #D971FF
Tints of Heliotrope #D971FF
RGB
CMYK
RGB Variations
Color information
#D971FF (or 0xD971FF) is known color: Heliotrope. HEX triplet: D9, 71 and FF. RGB value is (217,113,255). Sum of RGB (Red+Green+Blue) = 217+113+255=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 113 (44.53% from 255 or 19.32% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #D971FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D971FF is #268E00. Grayscale: #9F9F9F. Windows color (decimal): -2526721 or 16740825. OLE color: 16740825.
HSL color Cylindrical-coordinate representation of color #D971FF: hue angle of 283.94º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D971FF is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 113 | 255 | - |
| CMYK | 0.15 | 0.56 | 0 | 0 |
| HSL | 283.94º | 1% | 0.72% | - |
| HSV(B) | 283.94º | 0.56% | 1% | - |
| XYZ | 52.57 | 33.78 | 98.36 | - |
| YUV | 160.28 | 181.46 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 255 | 0.15 | 0.56 | 0 | 0 | 283.94 | 1 | 0.72 |
| Hex | D9 | 71 | FF | F | 38 | 0 | 0 | 11C | 64 | 48 |
| Octal | 331 | 161 | 377 | 17 | 70 | 0 | 0 | 434 | 144 | 110 |
| Binary | 11011001 | 1110001 | 11111111 | 1111 | 111000 | 0 | 0 | 100011100 | 1100100 | 1001000 |
Color Harmonies of #D971FF
Complementary color
Monochromatic Colors of #D971FF
Black with #D971FF
Text Example
Text Example
White with #D971FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971FF; }
p { color: rgb(217,113,255); }
H1.HeaderClassName
{
color: #D971FF;
}
.AnyTagClassName
{
color: #D971FF;
}
</style>
background-color css
<style>
a { background-color: #D971FF; }
a { background-color: rgb(217,113,255); }
div.DivClassName
{
background-color: #D971FF;
}
.BgClassName
{
background-color: #D971FF;
}
</style>
border-color css
<style>
span { border-color: #D971FF; }
span { border-color: rgb(217,113,255); }
td.TdClassName
{
border-color: #D971FF;
}
.TagClassName
{
border-color: #D971FF;
}
</style>