Shades of Heliotrope #D970F3
Tints of Heliotrope #D970F3
RGB
CMYK
RGB Variations
Color information
#D970F3 (or 0xD970F3) is known color: Heliotrope. HEX triplet: D9, 70 and F3. RGB value is (217,112,243). Sum of RGB (Red+Green+Blue) = 217+112+243=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 243 - color contains mainly: blue. Hex color #D970F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D970F3 is #268F0C. Grayscale: #9D9D9D. Windows color (decimal): -2526989 or 15954137. OLE color: 15954137.
HSL color Cylindrical-coordinate representation of color #D970F3: hue angle of 288.09º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D970F3 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 112 | 243 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.05 |
| HSL | 288.09º | 0.85% | 0.7% | - |
| HSV(B) | 288.09º | 0.54% | 0.95% | - |
| XYZ | 50.59 | 32.81 | 88.46 | - |
| YUV | 158.33 | 175.79 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 243 | 0.11 | 0.54 | 0 | 0.05 | 288.09 | 0.85 | 0.7 |
| Hex | D9 | 70 | F3 | B | 36 | 0 | 5 | 120 | 55 | 46 |
| Octal | 331 | 160 | 363 | 13 | 66 | 0 | 5 | 440 | 125 | 106 |
| Binary | 11011001 | 1110000 | 11110011 | 1011 | 110110 | 0 | 101 | 100100000 | 1010101 | 1000110 |
Color Harmonies of #D970F3
Complementary color
Monochromatic Colors of #D970F3
Black with #D970F3
Text Example
Text Example
White with #D970F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D970F3; }
p { color: rgb(217,112,243); }
H1.HeaderClassName
{
color: #D970F3;
}
.AnyTagClassName
{
color: #D970F3;
}
</style>
background-color css
<style>
a { background-color: #D970F3; }
a { background-color: rgb(217,112,243); }
div.DivClassName
{
background-color: #D970F3;
}
.BgClassName
{
background-color: #D970F3;
}
</style>
border-color css
<style>
span { border-color: #D970F3; }
span { border-color: rgb(217,112,243); }
td.TdClassName
{
border-color: #D970F3;
}
.TagClassName
{
border-color: #D970F3;
}
</style>