Shades of Heliotrope #D372EB
Tints of Heliotrope #D372EB
RGB
CMYK
RGB Variations
Color information
#D372EB (or 0xD372EB) is known color: Heliotrope. HEX triplet: D3, 72 and EB. RGB value is (211,114,235). Sum of RGB (Red+Green+Blue) = 211+114+235=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #D372EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D372EB is #2C8D14. Grayscale: #9C9C9C. Windows color (decimal): -2919701 or 15430355. OLE color: 15430355.
HSL color Cylindrical-coordinate representation of color #D372EB: hue angle of 288.1º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D372EB is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 114 | 235 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.08 |
| HSL | 288.1º | 0.75% | 0.68% | - |
| HSV(B) | 288.1º | 0.51% | 0.92% | - |
| XYZ | 47.88 | 31.88 | 82.23 | - |
| YUV | 156.8 | 172.14 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 235 | 0.10 | 0.51 | 0 | 0.08 | 288.1 | 0.75 | 0.68 |
| Hex | D3 | 72 | EB | A | 33 | 0 | 8 | 120 | 4B | 44 |
| Octal | 323 | 162 | 353 | 12 | 63 | 0 | 10 | 440 | 113 | 104 |
| Binary | 11010011 | 1110010 | 11101011 | 1010 | 110011 | 0 | 1000 | 100100000 | 1001011 | 1000100 |
Color Harmonies of #D372EB
Complementary color
Monochromatic Colors of #D372EB
Black with #D372EB
Text Example
Text Example
White with #D372EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D372EB; }
p { color: rgb(211,114,235); }
H1.HeaderClassName
{
color: #D372EB;
}
.AnyTagClassName
{
color: #D372EB;
}
</style>
background-color css
<style>
a { background-color: #D372EB; }
a { background-color: rgb(211,114,235); }
div.DivClassName
{
background-color: #D372EB;
}
.BgClassName
{
background-color: #D372EB;
}
</style>
border-color css
<style>
span { border-color: #D372EB; }
span { border-color: rgb(211,114,235); }
td.TdClassName
{
border-color: #D372EB;
}
.TagClassName
{
border-color: #D372EB;
}
</style>