Shades of Heliotrope #D371ED
Tints of Heliotrope #D371ED
RGB
CMYK
RGB Variations
Color information
#D371ED (or 0xD371ED) is known color: Heliotrope. HEX triplet: D3, 71 and ED. RGB value is (211,113,237). Sum of RGB (Red+Green+Blue) = 211+113+237=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #D371ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D371ED is #2C8E12. Grayscale: #9C9C9C. Windows color (decimal): -2919955 or 15561171. OLE color: 15561171.
HSL color Cylindrical-coordinate representation of color #D371ED: hue angle of 287.42º degrees, saturation: 0.77, 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 #D371ED is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 113 | 237 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.07 |
| HSL | 287.42º | 0.78% | 0.69% | - |
| HSV(B) | 287.42º | 0.52% | 0.93% | - |
| XYZ | 48.06 | 31.77 | 83.72 | - |
| YUV | 156.44 | 173.47 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 237 | 0.11 | 0.52 | 0 | 0.07 | 287.42 | 0.78 | 0.69 |
| Hex | D3 | 71 | ED | B | 34 | 0 | 7 | 11F | 4E | 45 |
| Octal | 323 | 161 | 355 | 13 | 64 | 0 | 7 | 437 | 116 | 105 |
| Binary | 11010011 | 1110001 | 11101101 | 1011 | 110100 | 0 | 111 | 100011111 | 1001110 | 1000101 |
Color Harmonies of #D371ED
Complementary color
Monochromatic Colors of #D371ED
Black with #D371ED
Text Example
Text Example
White with #D371ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D371ED; }
p { color: rgb(211,113,237); }
H1.HeaderClassName
{
color: #D371ED;
}
.AnyTagClassName
{
color: #D371ED;
}
</style>
background-color css
<style>
a { background-color: #D371ED; }
a { background-color: rgb(211,113,237); }
div.DivClassName
{
background-color: #D371ED;
}
.BgClassName
{
background-color: #D371ED;
}
</style>
border-color css
<style>
span { border-color: #D371ED; }
span { border-color: rgb(211,113,237); }
td.TdClassName
{
border-color: #D371ED;
}
.TagClassName
{
border-color: #D371ED;
}
</style>