Shades of Heliotrope #D472F3
Tints of Heliotrope #D472F3
RGB
CMYK
RGB Variations
Color information
#D472F3 (or 0xD472F3) is known color: Heliotrope. HEX triplet: D4, 72 and F3. RGB value is (212,114,243). Sum of RGB (Red+Green+Blue) = 212+114+243=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 243 (95.31% from 255 or 42.71% from 569); Max value from RGB is 243 - color contains mainly: blue. Hex color #D472F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D472F3 is #2B8D0C. Grayscale: #9D9D9D. Windows color (decimal): -2854157 or 15954644. OLE color: 15954644.
HSL color Cylindrical-coordinate representation of color #D472F3: hue angle of 285.58º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D472F3 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 114 | 243 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.05 |
| HSL | 285.58º | 0.84% | 0.7% | - |
| HSV(B) | 285.58º | 0.53% | 0.95% | - |
| XYZ | 49.35 | 32.5 | 88.47 | - |
| YUV | 158.01 | 175.97 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 243 | 0.13 | 0.53 | 0 | 0.05 | 285.58 | 0.84 | 0.7 |
| Hex | D4 | 72 | F3 | D | 35 | 0 | 5 | 11E | 54 | 46 |
| Octal | 324 | 162 | 363 | 15 | 65 | 0 | 5 | 436 | 124 | 106 |
| Binary | 11010100 | 1110010 | 11110011 | 1101 | 110101 | 0 | 101 | 100011110 | 1010100 | 1000110 |
Color Harmonies of #D472F3
Complementary color
Monochromatic Colors of #D472F3
Black with #D472F3
Text Example
Text Example
White with #D472F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D472F3; }
p { color: rgb(212,114,243); }
H1.HeaderClassName
{
color: #D472F3;
}
.AnyTagClassName
{
color: #D472F3;
}
</style>
background-color css
<style>
a { background-color: #D472F3; }
a { background-color: rgb(212,114,243); }
div.DivClassName
{
background-color: #D472F3;
}
.BgClassName
{
background-color: #D472F3;
}
</style>
border-color css
<style>
span { border-color: #D472F3; }
span { border-color: rgb(212,114,243); }
td.TdClassName
{
border-color: #D472F3;
}
.TagClassName
{
border-color: #D472F3;
}
</style>