Shades of Heliotrope #D470F5
Tints of Heliotrope #D470F5
RGB
CMYK
RGB Variations
Color information
#D470F5 (or 0xD470F5) is known color: Heliotrope. HEX triplet: D4, 70 and F5. RGB value is (212,112,245). Sum of RGB (Red+Green+Blue) = 212+112+245=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 112 (44.14% from 255 or 19.68% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #D470F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D470F5 is #2B8F0A. Grayscale: #9C9C9C. Windows color (decimal): -2854667 or 16085204. OLE color: 16085204.
HSL color Cylindrical-coordinate representation of color #D470F5: hue angle of 285.11º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D470F5 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 112 | 245 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.04 |
| HSL | 285.11º | 0.87% | 0.7% | - |
| HSV(B) | 285.11º | 0.54% | 0.96% | - |
| XYZ | 49.43 | 32.18 | 89.99 | - |
| YUV | 157.06 | 177.63 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 245 | 0.13 | 0.54 | 0 | 0.04 | 285.11 | 0.87 | 0.7 |
| Hex | D4 | 70 | F5 | D | 36 | 0 | 4 | 11D | 57 | 46 |
| Octal | 324 | 160 | 365 | 15 | 66 | 0 | 4 | 435 | 127 | 106 |
| Binary | 11010100 | 1110000 | 11110101 | 1101 | 110110 | 0 | 100 | 100011101 | 1010111 | 1000110 |
Color Harmonies of #D470F5
Complementary color
Monochromatic Colors of #D470F5
Black with #D470F5
Text Example
Text Example
White with #D470F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D470F5; }
p { color: rgb(212,112,245); }
H1.HeaderClassName
{
color: #D470F5;
}
.AnyTagClassName
{
color: #D470F5;
}
</style>
background-color css
<style>
a { background-color: #D470F5; }
a { background-color: rgb(212,112,245); }
div.DivClassName
{
background-color: #D470F5;
}
.BgClassName
{
background-color: #D470F5;
}
</style>
border-color css
<style>
span { border-color: #D470F5; }
span { border-color: rgb(212,112,245); }
td.TdClassName
{
border-color: #D470F5;
}
.TagClassName
{
border-color: #D470F5;
}
</style>