Shades of Heliotrope #D972FF
Tints of Heliotrope #D972FF
RGB
CMYK
RGB Variations
Color information
#D972FF (or 0xD972FF) is known color: Heliotrope. HEX triplet: D9, 72 and FF. RGB value is (217,114,255). Sum of RGB (Red+Green+Blue) = 217+114+255=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 114 (44.92% from 255 or 19.45% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #D972FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D972FF is #268D00. Grayscale: #A0A0A0. Windows color (decimal): -2526465 or 16741081. OLE color: 16741081.
HSL color Cylindrical-coordinate representation of color #D972FF: hue angle of 283.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D972FF is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 114 | 255 | - |
| CMYK | 0.15 | 0.55 | 0 | 0 |
| HSL | 283.83º | 1% | 0.72% | - |
| HSV(B) | 283.83º | 0.55% | 1% | - |
| XYZ | 52.68 | 34.01 | 98.39 | - |
| YUV | 160.87 | 181.12 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 255 | 0.15 | 0.55 | 0 | 0 | 283.83 | 1 | 0.72 |
| Hex | D9 | 72 | FF | F | 37 | 0 | 0 | 11C | 64 | 48 |
| Octal | 331 | 162 | 377 | 17 | 67 | 0 | 0 | 434 | 144 | 110 |
| Binary | 11011001 | 1110010 | 11111111 | 1111 | 110111 | 0 | 0 | 100011100 | 1100100 | 1001000 |
Color Harmonies of #D972FF
Complementary color
Monochromatic Colors of #D972FF
Black with #D972FF
Text Example
Text Example
White with #D972FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D972FF; }
p { color: rgb(217,114,255); }
H1.HeaderClassName
{
color: #D972FF;
}
.AnyTagClassName
{
color: #D972FF;
}
</style>
background-color css
<style>
a { background-color: #D972FF; }
a { background-color: rgb(217,114,255); }
div.DivClassName
{
background-color: #D972FF;
}
.BgClassName
{
background-color: #D972FF;
}
</style>
border-color css
<style>
span { border-color: #D972FF; }
span { border-color: rgb(217,114,255); }
td.TdClassName
{
border-color: #D972FF;
}
.TagClassName
{
border-color: #D972FF;
}
</style>