Shades of Heliotrope #D373EE
Tints of Heliotrope #D373EE
RGB
CMYK
RGB Variations
Color information
#D373EE (or 0xD373EE) is known color: Heliotrope. HEX triplet: D3, 73 and EE. RGB value is (211,115,238). Sum of RGB (Red+Green+Blue) = 211+115+238=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #D373EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D373EE is #2C8C11. Grayscale: #9D9D9D. Windows color (decimal): -2919442 or 15627219. OLE color: 15627219.
HSL color Cylindrical-coordinate representation of color #D373EE: hue angle of 286.83º 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 #D373EE is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 115 | 238 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.07 |
| HSL | 286.83º | 0.78% | 0.69% | - |
| HSV(B) | 286.83º | 0.52% | 0.93% | - |
| XYZ | 48.43 | 32.28 | 84.57 | - |
| YUV | 157.73 | 173.3 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 238 | 0.11 | 0.52 | 0 | 0.07 | 286.83 | 0.78 | 0.69 |
| Hex | D3 | 73 | EE | B | 34 | 0 | 7 | 11F | 4E | 45 |
| Octal | 323 | 163 | 356 | 13 | 64 | 0 | 7 | 437 | 116 | 105 |
| Binary | 11010011 | 1110011 | 11101110 | 1011 | 110100 | 0 | 111 | 100011111 | 1001110 | 1000101 |
Color Harmonies of #D373EE
Complementary color
Monochromatic Colors of #D373EE
Black with #D373EE
Text Example
Text Example
White with #D373EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D373EE; }
p { color: rgb(211,115,238); }
H1.HeaderClassName
{
color: #D373EE;
}
.AnyTagClassName
{
color: #D373EE;
}
</style>
background-color css
<style>
a { background-color: #D373EE; }
a { background-color: rgb(211,115,238); }
div.DivClassName
{
background-color: #D373EE;
}
.BgClassName
{
background-color: #D373EE;
}
</style>
border-color css
<style>
span { border-color: #D373EE; }
span { border-color: rgb(211,115,238); }
td.TdClassName
{
border-color: #D373EE;
}
.TagClassName
{
border-color: #D373EE;
}
</style>