Shades of Heliotrope #DC58FD
Tints of Heliotrope #DC58FD
RGB
CMYK
RGB Variations
Color information
#DC58FD (or 0xDC58FD) is known color: Heliotrope. HEX triplet: DC, 58 and FD. RGB value is (220,88,253). Sum of RGB (Red+Green+Blue) = 220+88+253=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 88 (34.77% from 255 or 15.69% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC58FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC58FD is #23A702. Grayscale: #919191. Windows color (decimal): -2336515 or 16603356. OLE color: 16603356.
HSL color Cylindrical-coordinate representation of color #DC58FD: hue angle of 288º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC58FD is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 88 | 253 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.01 |
| HSL | 288º | 0.98% | 0.67% | - |
| HSV(B) | 288º | 0.65% | 0.99% | - |
| XYZ | 50.73 | 29.29 | 95.91 | - |
| YUV | 146.28 | 188.23 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 253 | 0.13 | 0.65 | 0 | 0.01 | 288 | 0.98 | 0.67 |
| Hex | DC | 58 | FD | D | 41 | 0 | 1 | 120 | 62 | 43 |
| Octal | 334 | 130 | 375 | 15 | 101 | 0 | 1 | 440 | 142 | 103 |
| Binary | 11011100 | 1011000 | 11111101 | 1101 | 1000001 | 0 | 1 | 100100000 | 1100010 | 1000011 |
Color Harmonies of #DC58FD
Complementary color
Monochromatic Colors of #DC58FD
Black with #DC58FD
Text Example
Text Example
White with #DC58FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58FD; }
p { color: rgb(220,88,253); }
H1.HeaderClassName
{
color: #DC58FD;
}
.AnyTagClassName
{
color: #DC58FD;
}
</style>
background-color css
<style>
a { background-color: #DC58FD; }
a { background-color: rgb(220,88,253); }
div.DivClassName
{
background-color: #DC58FD;
}
.BgClassName
{
background-color: #DC58FD;
}
</style>
border-color css
<style>
span { border-color: #DC58FD; }
span { border-color: rgb(220,88,253); }
td.TdClassName
{
border-color: #DC58FD;
}
.TagClassName
{
border-color: #DC58FD;
}
</style>