Shades of Heliotrope #D472F5
Tints of Heliotrope #D472F5
RGB
CMYK
RGB Variations
Color information
#D472F5 (or 0xD472F5) is known color: Heliotrope. HEX triplet: D4, 72 and F5. RGB value is (212,114,245). Sum of RGB (Red+Green+Blue) = 212+114+245=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 245 - color contains mainly: blue. Hex color #D472F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D472F5 is #2B8D0A. Grayscale: #9D9D9D. Windows color (decimal): -2854155 or 16085716. OLE color: 16085716.
HSL color Cylindrical-coordinate representation of color #D472F5: hue angle of 284.89º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D472F5 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 114 | 245 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.04 |
| HSL | 284.89º | 0.87% | 0.7% | - |
| HSV(B) | 284.89º | 0.53% | 0.96% | - |
| XYZ | 49.65 | 32.62 | 90.07 | - |
| YUV | 158.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 245 | 0.13 | 0.53 | 0 | 0.04 | 284.89 | 0.87 | 0.7 |
| Hex | D4 | 72 | F5 | D | 35 | 0 | 4 | 11D | 57 | 46 |
| Octal | 324 | 162 | 365 | 15 | 65 | 0 | 4 | 435 | 127 | 106 |
| Binary | 11010100 | 1110010 | 11110101 | 1101 | 110101 | 0 | 100 | 100011101 | 1010111 | 1000110 |
Color Harmonies of #D472F5
Complementary color
Monochromatic Colors of #D472F5
Black with #D472F5
Text Example
Text Example
White with #D472F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D472F5; }
p { color: rgb(212,114,245); }
H1.HeaderClassName
{
color: #D472F5;
}
.AnyTagClassName
{
color: #D472F5;
}
</style>
background-color css
<style>
a { background-color: #D472F5; }
a { background-color: rgb(212,114,245); }
div.DivClassName
{
background-color: #D472F5;
}
.BgClassName
{
background-color: #D472F5;
}
</style>
border-color css
<style>
span { border-color: #D472F5; }
span { border-color: rgb(212,114,245); }
td.TdClassName
{
border-color: #D472F5;
}
.TagClassName
{
border-color: #D472F5;
}
</style>