Shades of Heliotrope #D970F1
Tints of Heliotrope #D970F1
RGB
CMYK
RGB Variations
Color information
#D970F1 (or 0xD970F1) is known color: Heliotrope. HEX triplet: D9, 70 and F1. RGB value is (217,112,241). Sum of RGB (Red+Green+Blue) = 217+112+241=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #D970F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D970F1 is #268F0E. Grayscale: #9D9D9D. Windows color (decimal): -2526991 or 15823065. OLE color: 15823065.
HSL color Cylindrical-coordinate representation of color #D970F1: hue angle of 288.84º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D970F1 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 112 | 241 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.05 |
| HSL | 288.84º | 0.82% | 0.69% | - |
| HSV(B) | 288.84º | 0.54% | 0.95% | - |
| XYZ | 50.29 | 32.69 | 86.88 | - |
| YUV | 158.1 | 174.79 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 241 | 0.10 | 0.54 | 0 | 0.05 | 288.84 | 0.82 | 0.69 |
| Hex | D9 | 70 | F1 | A | 36 | 0 | 5 | 121 | 52 | 45 |
| Octal | 331 | 160 | 361 | 12 | 66 | 0 | 5 | 441 | 122 | 105 |
| Binary | 11011001 | 1110000 | 11110001 | 1010 | 110110 | 0 | 101 | 100100001 | 1010010 | 1000101 |
Color Harmonies of #D970F1
Complementary color
Monochromatic Colors of #D970F1
Black with #D970F1
Text Example
Text Example
White with #D970F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D970F1; }
p { color: rgb(217,112,241); }
H1.HeaderClassName
{
color: #D970F1;
}
.AnyTagClassName
{
color: #D970F1;
}
</style>
background-color css
<style>
a { background-color: #D970F1; }
a { background-color: rgb(217,112,241); }
div.DivClassName
{
background-color: #D970F1;
}
.BgClassName
{
background-color: #D970F1;
}
</style>
border-color css
<style>
span { border-color: #D970F1; }
span { border-color: rgb(217,112,241); }
td.TdClassName
{
border-color: #D970F1;
}
.TagClassName
{
border-color: #D970F1;
}
</style>