Shades of Heliotrope #DC5FEE
Tints of Heliotrope #DC5FEE
RGB
CMYK
RGB Variations
Color information
#DC5FEE (or 0xDC5FEE) is known color: Heliotrope. HEX triplet: DC, 5F and EE. RGB value is (220,95,238). Sum of RGB (Red+Green+Blue) = 220+95+238=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 95 (37.5% from 255 or 17.18% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC5FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5FEE is #23A011. Grayscale: #949494. Windows color (decimal): -2334738 or 15622108. OLE color: 15622108.
HSL color Cylindrical-coordinate representation of color #DC5FEE: hue angle of 292.45º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5FEE is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 95 | 238 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.07 |
| HSL | 292.45º | 0.81% | 0.65% | - |
| HSV(B) | 292.45º | 0.6% | 0.93% | - |
| XYZ | 49.04 | 29.57 | 84.01 | - |
| YUV | 148.68 | 178.41 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 238 | 0.08 | 0.60 | 0 | 0.07 | 292.45 | 0.81 | 0.65 |
| Hex | DC | 5F | EE | 8 | 3C | 0 | 7 | 124 | 51 | 41 |
| Octal | 334 | 137 | 356 | 10 | 74 | 0 | 7 | 444 | 121 | 101 |
| Binary | 11011100 | 1011111 | 11101110 | 1000 | 111100 | 0 | 111 | 100100100 | 1010001 | 1000001 |
Color Harmonies of #DC5FEE
Complementary color
Monochromatic Colors of #DC5FEE
Black with #DC5FEE
Text Example
Text Example
White with #DC5FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5FEE; }
p { color: rgb(220,95,238); }
H1.HeaderClassName
{
color: #DC5FEE;
}
.AnyTagClassName
{
color: #DC5FEE;
}
</style>
background-color css
<style>
a { background-color: #DC5FEE; }
a { background-color: rgb(220,95,238); }
div.DivClassName
{
background-color: #DC5FEE;
}
.BgClassName
{
background-color: #DC5FEE;
}
</style>
border-color css
<style>
span { border-color: #DC5FEE; }
span { border-color: rgb(220,95,238); }
td.TdClassName
{
border-color: #DC5FEE;
}
.TagClassName
{
border-color: #DC5FEE;
}
</style>