Shades of Heliotrope #D372EE
Tints of Heliotrope #D372EE
RGB
CMYK
RGB Variations
Color information
#D372EE (or 0xD372EE) is known color: Heliotrope. HEX triplet: D3, 72 and EE. RGB value is (211,114,238). Sum of RGB (Red+Green+Blue) = 211+114+238=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #D372EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D372EE is #2C8D11. Grayscale: #9C9C9C. Windows color (decimal): -2919698 or 15626963. OLE color: 15626963.
HSL color Cylindrical-coordinate representation of color #D372EE: hue angle of 286.94º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D372EE is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 114 | 238 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.07 |
| HSL | 286.94º | 0.78% | 0.69% | - |
| HSV(B) | 286.94º | 0.52% | 0.93% | - |
| XYZ | 48.31 | 32.06 | 84.53 | - |
| YUV | 157.14 | 173.64 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 238 | 0.11 | 0.52 | 0 | 0.07 | 286.94 | 0.78 | 0.69 |
| Hex | D3 | 72 | EE | B | 34 | 0 | 7 | 11F | 4E | 45 |
| Octal | 323 | 162 | 356 | 13 | 64 | 0 | 7 | 437 | 116 | 105 |
| Binary | 11010011 | 1110010 | 11101110 | 1011 | 110100 | 0 | 111 | 100011111 | 1001110 | 1000101 |
Color Harmonies of #D372EE
Complementary color
Monochromatic Colors of #D372EE
Black with #D372EE
Text Example
Text Example
White with #D372EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D372EE; }
p { color: rgb(211,114,238); }
H1.HeaderClassName
{
color: #D372EE;
}
.AnyTagClassName
{
color: #D372EE;
}
</style>
background-color css
<style>
a { background-color: #D372EE; }
a { background-color: rgb(211,114,238); }
div.DivClassName
{
background-color: #D372EE;
}
.BgClassName
{
background-color: #D372EE;
}
</style>
border-color css
<style>
span { border-color: #D372EE; }
span { border-color: rgb(211,114,238); }
td.TdClassName
{
border-color: #D372EE;
}
.TagClassName
{
border-color: #D372EE;
}
</style>