Shades of Heliotrope #DC71ED
Tints of Heliotrope #DC71ED
RGB
CMYK
RGB Variations
Color information
#DC71ED (or 0xDC71ED) is known color: Heliotrope. HEX triplet: DC, 71 and ED. RGB value is (220,113,237). Sum of RGB (Red+Green+Blue) = 220+113+237=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC71ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC71ED is #238E12. Grayscale: #9E9E9E. Windows color (decimal): -2330131 or 15561180. OLE color: 15561180.
HSL color Cylindrical-coordinate representation of color #DC71ED: hue angle of 291.77º 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 #DC71ED is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 113 | 237 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.07 |
| HSL | 291.77º | 0.78% | 0.69% | - |
| HSV(B) | 291.77º | 0.52% | 0.93% | - |
| XYZ | 50.71 | 33.14 | 83.84 | - |
| YUV | 159.13 | 171.95 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 237 | 0.07 | 0.52 | 0 | 0.07 | 291.77 | 0.78 | 0.69 |
| Hex | DC | 71 | ED | 7 | 34 | 0 | 7 | 124 | 4E | 45 |
| Octal | 334 | 161 | 355 | 7 | 64 | 0 | 7 | 444 | 116 | 105 |
| Binary | 11011100 | 1110001 | 11101101 | 111 | 110100 | 0 | 111 | 100100100 | 1001110 | 1000101 |
Color Harmonies of #DC71ED
Complementary color
Monochromatic Colors of #DC71ED
Black with #DC71ED
Text Example
Text Example
White with #DC71ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC71ED; }
p { color: rgb(220,113,237); }
H1.HeaderClassName
{
color: #DC71ED;
}
.AnyTagClassName
{
color: #DC71ED;
}
</style>
background-color css
<style>
a { background-color: #DC71ED; }
a { background-color: rgb(220,113,237); }
div.DivClassName
{
background-color: #DC71ED;
}
.BgClassName
{
background-color: #DC71ED;
}
</style>
border-color css
<style>
span { border-color: #DC71ED; }
span { border-color: rgb(220,113,237); }
td.TdClassName
{
border-color: #DC71ED;
}
.TagClassName
{
border-color: #DC71ED;
}
</style>