Shades of Heliotrope #D370EE
Tints of Heliotrope #D370EE
RGB
CMYK
RGB Variations
Color information
#D370EE (or 0xD370EE) is known color: Heliotrope. HEX triplet: D3, 70 and EE. RGB value is (211,112,238). Sum of RGB (Red+Green+Blue) = 211+112+238=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #D370EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D370EE is #2C8F11. Grayscale: #9B9B9B. Windows color (decimal): -2920210 or 15626451. OLE color: 15626451.
HSL color Cylindrical-coordinate representation of color #D370EE: hue angle of 287.14º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D370EE is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 112 | 238 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.07 |
| HSL | 287.14º | 0.79% | 0.69% | - |
| HSV(B) | 287.14º | 0.53% | 0.93% | - |
| XYZ | 48.09 | 31.61 | 84.46 | - |
| YUV | 155.97 | 174.3 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 112 | 238 | 0.11 | 0.53 | 0 | 0.07 | 287.14 | 0.79 | 0.69 |
| Hex | D3 | 70 | EE | B | 35 | 0 | 7 | 11F | 4F | 45 |
| Octal | 323 | 160 | 356 | 13 | 65 | 0 | 7 | 437 | 117 | 105 |
| Binary | 11010011 | 1110000 | 11101110 | 1011 | 110101 | 0 | 111 | 100011111 | 1001111 | 1000101 |
Color Harmonies of #D370EE
Complementary color
Monochromatic Colors of #D370EE
Black with #D370EE
Text Example
Text Example
White with #D370EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D370EE; }
p { color: rgb(211,112,238); }
H1.HeaderClassName
{
color: #D370EE;
}
.AnyTagClassName
{
color: #D370EE;
}
</style>
background-color css
<style>
a { background-color: #D370EE; }
a { background-color: rgb(211,112,238); }
div.DivClassName
{
background-color: #D370EE;
}
.BgClassName
{
background-color: #D370EE;
}
</style>
border-color css
<style>
span { border-color: #D370EE; }
span { border-color: rgb(211,112,238); }
td.TdClassName
{
border-color: #D370EE;
}
.TagClassName
{
border-color: #D370EE;
}
</style>