Shades of Heliotrope #D372EF
Tints of Heliotrope #D372EF
RGB
CMYK
RGB Variations
Color information
#D372EF (or 0xD372EF) is known color: Heliotrope. HEX triplet: D3, 72 and EF. RGB value is (211,114,239). Sum of RGB (Red+Green+Blue) = 211+114+239=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #D372EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D372EF is #2C8D10. Grayscale: #9C9C9C. Windows color (decimal): -2919697 or 15692499. OLE color: 15692499.
HSL color Cylindrical-coordinate representation of color #D372EF: hue angle of 286.56º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D372EF is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 114 | 239 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.06 |
| HSL | 286.56º | 0.8% | 0.69% | - |
| HSV(B) | 286.56º | 0.52% | 0.94% | - |
| XYZ | 48.46 | 32.12 | 85.31 | - |
| YUV | 157.25 | 174.14 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 239 | 0.12 | 0.52 | 0 | 0.06 | 286.56 | 0.8 | 0.69 |
| Hex | D3 | 72 | EF | C | 34 | 0 | 6 | 11F | 50 | 45 |
| Octal | 323 | 162 | 357 | 14 | 64 | 0 | 6 | 437 | 120 | 105 |
| Binary | 11010011 | 1110010 | 11101111 | 1100 | 110100 | 0 | 110 | 100011111 | 1010000 | 1000101 |
Color Harmonies of #D372EF
Complementary color
Monochromatic Colors of #D372EF
Black with #D372EF
Text Example
Text Example
White with #D372EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D372EF; }
p { color: rgb(211,114,239); }
H1.HeaderClassName
{
color: #D372EF;
}
.AnyTagClassName
{
color: #D372EF;
}
</style>
background-color css
<style>
a { background-color: #D372EF; }
a { background-color: rgb(211,114,239); }
div.DivClassName
{
background-color: #D372EF;
}
.BgClassName
{
background-color: #D372EF;
}
</style>
border-color css
<style>
span { border-color: #D372EF; }
span { border-color: rgb(211,114,239); }
td.TdClassName
{
border-color: #D372EF;
}
.TagClassName
{
border-color: #D372EF;
}
</style>