Shades of Heliotrope #D970F0
Tints of Heliotrope #D970F0
RGB
CMYK
RGB Variations
Color information
#D970F0 (or 0xD970F0) is known color: Heliotrope. HEX triplet: D9, 70 and F0. RGB value is (217,112,240). Sum of RGB (Red+Green+Blue) = 217+112+240=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 112 (44.14% from 255 or 19.68% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #D970F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D970F0 is #268F0F. Grayscale: #9D9D9D. Windows color (decimal): -2526992 or 15757529. OLE color: 15757529.
HSL color Cylindrical-coordinate representation of color #D970F0: hue angle of 289.22º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D970F0 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 112 | 240 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.06 |
| HSL | 289.22º | 0.81% | 0.69% | - |
| HSV(B) | 289.22º | 0.53% | 0.94% | - |
| XYZ | 50.14 | 32.63 | 86.09 | - |
| YUV | 157.99 | 174.29 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 240 | 0.10 | 0.53 | 0 | 0.06 | 289.22 | 0.81 | 0.69 |
| Hex | D9 | 70 | F0 | A | 35 | 0 | 6 | 121 | 51 | 45 |
| Octal | 331 | 160 | 360 | 12 | 65 | 0 | 6 | 441 | 121 | 105 |
| Binary | 11011001 | 1110000 | 11110000 | 1010 | 110101 | 0 | 110 | 100100001 | 1010001 | 1000101 |
Color Harmonies of #D970F0
Complementary color
Monochromatic Colors of #D970F0
Black with #D970F0
Text Example
Text Example
White with #D970F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D970F0; }
p { color: rgb(217,112,240); }
H1.HeaderClassName
{
color: #D970F0;
}
.AnyTagClassName
{
color: #D970F0;
}
</style>
background-color css
<style>
a { background-color: #D970F0; }
a { background-color: rgb(217,112,240); }
div.DivClassName
{
background-color: #D970F0;
}
.BgClassName
{
background-color: #D970F0;
}
</style>
border-color css
<style>
span { border-color: #D970F0; }
span { border-color: rgb(217,112,240); }
td.TdClassName
{
border-color: #D970F0;
}
.TagClassName
{
border-color: #D970F0;
}
</style>