Shades of Heliotrope #DC60EF
Tints of Heliotrope #DC60EF
RGB
CMYK
RGB Variations
Color information
#DC60EF (or 0xDC60EF) is known color: Heliotrope. HEX triplet: DC, 60 and EF. RGB value is (220,96,239). Sum of RGB (Red+Green+Blue) = 220+96+239=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 96 (37.89% from 255 or 17.30% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC60EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC60EF is #239F10. Grayscale: #949494. Windows color (decimal): -2334481 or 15687900. OLE color: 15687900.
HSL color Cylindrical-coordinate representation of color #DC60EF: hue angle of 292.03º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC60EF is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 96 | 239 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.06 |
| HSL | 292.03º | 0.82% | 0.66% | - |
| HSV(B) | 292.03º | 0.6% | 0.94% | - |
| XYZ | 49.28 | 29.81 | 84.82 | - |
| YUV | 149.38 | 178.58 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 239 | 0.08 | 0.60 | 0 | 0.06 | 292.03 | 0.82 | 0.66 |
| Hex | DC | 60 | EF | 8 | 3C | 0 | 6 | 124 | 52 | 42 |
| Octal | 334 | 140 | 357 | 10 | 74 | 0 | 6 | 444 | 122 | 102 |
| Binary | 11011100 | 1100000 | 11101111 | 1000 | 111100 | 0 | 110 | 100100100 | 1010010 | 1000010 |
Color Harmonies of #DC60EF
Complementary color
Monochromatic Colors of #DC60EF
Black with #DC60EF
Text Example
Text Example
White with #DC60EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60EF; }
p { color: rgb(220,96,239); }
H1.HeaderClassName
{
color: #DC60EF;
}
.AnyTagClassName
{
color: #DC60EF;
}
</style>
background-color css
<style>
a { background-color: #DC60EF; }
a { background-color: rgb(220,96,239); }
div.DivClassName
{
background-color: #DC60EF;
}
.BgClassName
{
background-color: #DC60EF;
}
</style>
border-color css
<style>
span { border-color: #DC60EF; }
span { border-color: rgb(220,96,239); }
td.TdClassName
{
border-color: #DC60EF;
}
.TagClassName
{
border-color: #DC60EF;
}
</style>