Shades of Heliotrope #DC58F8
Tints of Heliotrope #DC58F8
RGB
CMYK
RGB Variations
Color information
#DC58F8 (or 0xDC58F8) is known color: Heliotrope. HEX triplet: DC, 58 and F8. RGB value is (220,88,248). Sum of RGB (Red+Green+Blue) = 220+88+248=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 88 (34.77% from 255 or 15.83% from 556); Blue value is 248 (97.27% from 255 or 44.60% from 556); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC58F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC58F8 is #23A707. Grayscale: #919191. Windows color (decimal): -2336520 or 16275676. OLE color: 16275676.
HSL color Cylindrical-coordinate representation of color #DC58F8: hue angle of 289.5º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC58F8 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 88 | 248 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.03 |
| HSL | 289.5º | 0.92% | 0.66% | - |
| HSV(B) | 289.5º | 0.65% | 0.97% | - |
| XYZ | 49.95 | 28.97 | 91.77 | - |
| YUV | 145.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 248 | 0.11 | 0.65 | 0 | 0.03 | 289.5 | 0.92 | 0.66 |
| Hex | DC | 58 | F8 | B | 41 | 0 | 3 | 122 | 5C | 42 |
| Octal | 334 | 130 | 370 | 13 | 101 | 0 | 3 | 442 | 134 | 102 |
| Binary | 11011100 | 1011000 | 11111000 | 1011 | 1000001 | 0 | 11 | 100100010 | 1011100 | 1000010 |
Color Harmonies of #DC58F8
Complementary color
Monochromatic Colors of #DC58F8
Black with #DC58F8
Text Example
Text Example
White with #DC58F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58F8; }
p { color: rgb(220,88,248); }
H1.HeaderClassName
{
color: #DC58F8;
}
.AnyTagClassName
{
color: #DC58F8;
}
</style>
background-color css
<style>
a { background-color: #DC58F8; }
a { background-color: rgb(220,88,248); }
div.DivClassName
{
background-color: #DC58F8;
}
.BgClassName
{
background-color: #DC58F8;
}
</style>
border-color css
<style>
span { border-color: #DC58F8; }
span { border-color: rgb(220,88,248); }
td.TdClassName
{
border-color: #DC58F8;
}
.TagClassName
{
border-color: #DC58F8;
}
</style>