Shades of Heliotrope #D372F6
Tints of Heliotrope #D372F6
RGB
CMYK
RGB Variations
Color information
#D372F6 (or 0xD372F6) is known color: Heliotrope. HEX triplet: D3, 72 and F6. RGB value is (211,114,246). Sum of RGB (Red+Green+Blue) = 211+114+246=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #D372F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D372F6 is #2C8D09. Grayscale: #9D9D9D. Windows color (decimal): -2919690 or 16151251. OLE color: 16151251.
HSL color Cylindrical-coordinate representation of color #D372F6: hue angle of 284.09º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D372F6 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 114 | 246 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.04 |
| HSL | 284.09º | 0.88% | 0.71% | - |
| HSV(B) | 284.09º | 0.54% | 0.96% | - |
| XYZ | 49.52 | 32.54 | 90.86 | - |
| YUV | 158.05 | 177.64 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 246 | 0.14 | 0.54 | 0 | 0.04 | 284.09 | 0.88 | 0.71 |
| Hex | D3 | 72 | F6 | E | 36 | 0 | 4 | 11C | 58 | 47 |
| Octal | 323 | 162 | 366 | 16 | 66 | 0 | 4 | 434 | 130 | 107 |
| Binary | 11010011 | 1110010 | 11110110 | 1110 | 110110 | 0 | 100 | 100011100 | 1011000 | 1000111 |
Color Harmonies of #D372F6
Complementary color
Monochromatic Colors of #D372F6
Black with #D372F6
Text Example
Text Example
White with #D372F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D372F6; }
p { color: rgb(211,114,246); }
H1.HeaderClassName
{
color: #D372F6;
}
.AnyTagClassName
{
color: #D372F6;
}
</style>
background-color css
<style>
a { background-color: #D372F6; }
a { background-color: rgb(211,114,246); }
div.DivClassName
{
background-color: #D372F6;
}
.BgClassName
{
background-color: #D372F6;
}
</style>
border-color css
<style>
span { border-color: #D372F6; }
span { border-color: rgb(211,114,246); }
td.TdClassName
{
border-color: #D372F6;
}
.TagClassName
{
border-color: #D372F6;
}
</style>