Shades of Heliotrope #D373EF
Tints of Heliotrope #D373EF
RGB
CMYK
RGB Variations
Color information
#D373EF (or 0xD373EF) is known color: Heliotrope. HEX triplet: D3, 73 and EF. RGB value is (211,115,239). Sum of RGB (Red+Green+Blue) = 211+115+239=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #D373EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D373EF is #2C8C10. Grayscale: #9D9D9D. Windows color (decimal): -2919441 or 15692755. OLE color: 15692755.
HSL color Cylindrical-coordinate representation of color #D373EF: hue angle of 286.45º degrees, saturation: 0.79, 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 #D373EF is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 115 | 239 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.06 |
| HSL | 286.45º | 0.79% | 0.69% | - |
| HSV(B) | 286.45º | 0.52% | 0.94% | - |
| XYZ | 48.57 | 32.34 | 85.34 | - |
| YUV | 157.84 | 173.8 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 239 | 0.12 | 0.52 | 0 | 0.06 | 286.45 | 0.79 | 0.69 |
| Hex | D3 | 73 | EF | C | 34 | 0 | 6 | 11E | 4F | 45 |
| Octal | 323 | 163 | 357 | 14 | 64 | 0 | 6 | 436 | 117 | 105 |
| Binary | 11010011 | 1110011 | 11101111 | 1100 | 110100 | 0 | 110 | 100011110 | 1001111 | 1000101 |
Color Harmonies of #D373EF
Complementary color
Monochromatic Colors of #D373EF
Black with #D373EF
Text Example
Text Example
White with #D373EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D373EF; }
p { color: rgb(211,115,239); }
H1.HeaderClassName
{
color: #D373EF;
}
.AnyTagClassName
{
color: #D373EF;
}
</style>
background-color css
<style>
a { background-color: #D373EF; }
a { background-color: rgb(211,115,239); }
div.DivClassName
{
background-color: #D373EF;
}
.BgClassName
{
background-color: #D373EF;
}
</style>
border-color css
<style>
span { border-color: #D373EF; }
span { border-color: rgb(211,115,239); }
td.TdClassName
{
border-color: #D373EF;
}
.TagClassName
{
border-color: #D373EF;
}
</style>