Shades of Heliotrope #DC58FF
Tints of Heliotrope #DC58FF
RGB
CMYK
RGB Variations
Color information
#DC58FF (or 0xDC58FF) is known color: Heliotrope. HEX triplet: DC, 58 and FF. RGB value is (220,88,255). Sum of RGB (Red+Green+Blue) = 220+88+255=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 88 (34.77% from 255 or 15.63% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC58FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC58FF is #23A700. Grayscale: #919191. Windows color (decimal): -2336513 or 16734428. OLE color: 16734428.
HSL color Cylindrical-coordinate representation of color #DC58FF: hue angle of 287.43º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC58FF is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 88 | 255 | - |
| CMYK | 0.14 | 0.65 | 0 | 0 |
| HSL | 287.43º | 1% | 0.67% | - |
| HSV(B) | 287.43º | 0.65% | 1% | - |
| XYZ | 51.05 | 29.42 | 97.59 | - |
| YUV | 146.51 | 189.23 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 255 | 0.14 | 0.65 | 0 | 0 | 287.43 | 1 | 0.67 |
| Hex | DC | 58 | FF | E | 41 | 0 | 0 | 11F | 64 | 43 |
| Octal | 334 | 130 | 377 | 16 | 101 | 0 | 0 | 437 | 144 | 103 |
| Binary | 11011100 | 1011000 | 11111111 | 1110 | 1000001 | 0 | 0 | 100011111 | 1100100 | 1000011 |
Color Harmonies of #DC58FF
Complementary color
Monochromatic Colors of #DC58FF
Black with #DC58FF
Text Example
Text Example
White with #DC58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58FF; }
p { color: rgb(220,88,255); }
H1.HeaderClassName
{
color: #DC58FF;
}
.AnyTagClassName
{
color: #DC58FF;
}
</style>
background-color css
<style>
a { background-color: #DC58FF; }
a { background-color: rgb(220,88,255); }
div.DivClassName
{
background-color: #DC58FF;
}
.BgClassName
{
background-color: #DC58FF;
}
</style>
border-color css
<style>
span { border-color: #DC58FF; }
span { border-color: rgb(220,88,255); }
td.TdClassName
{
border-color: #DC58FF;
}
.TagClassName
{
border-color: #DC58FF;
}
</style>