Html Css Color HEX #DC58DD Free Speech Magenta
📋 copy color: '#DC58DD'red 220 ◦ green 88 ◦ blue 221
Shades of Free Speech Magenta #DC58DD
Tints of Free Speech Magenta #DC58DD
RGB
CMYK
RGB Variations
Color information
#DC58DD (or 0xDC58DD) is known color: Free Speech Magenta. HEX triplet: DC, 58 and DD. RGB value is (220,88,221). Sum of RGB (Red+Green+Blue) = 220+88+221=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC58DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58DD is #23A722. Grayscale: #8E8E8E. Windows color (decimal): -2336547 or 14506204. OLE color: 14506204.
HSL color Cylindrical-coordinate representation of color #DC58DD: hue angle of 299.55º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC58DD is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 88 | 221 | - |
| CMYK | 0.00 | 0.60 | 0 | 0.13 |
| HSL | 299.55º | 0.66% | 0.61% | - |
| HSV(B) | 299.55º | 0.6% | 0.87% | - |
| XYZ | 46.06 | 27.42 | 71.27 | - |
| YUV | 142.63 | 172.23 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 221 | 0.00 | 0.60 | 0 | 0.13 | 299.55 | 0.66 | 0.61 |
| Hex | DC | 58 | DD | 0 | 3C | 0 | D | 12C | 42 | 3D |
| Octal | 334 | 130 | 335 | 0 | 74 | 0 | 15 | 454 | 102 | 75 |
| Binary | 11011100 | 1011000 | 11011101 | 0 | 111100 | 0 | 1101 | 100101100 | 1000010 | 111101 |
Color Harmonies of #DC58DD
Complementary color
Monochromatic Colors of #DC58DD
Black with #DC58DD
Text Example
Text Example
White with #DC58DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58DD; }
p { color: rgb(220,88,221); }
H1.HeaderClassName
{
color: #DC58DD;
}
.AnyTagClassName
{
color: #DC58DD;
}
</style>
background-color css
<style>
a { background-color: #DC58DD; }
a { background-color: rgb(220,88,221); }
div.DivClassName
{
background-color: #DC58DD;
}
.BgClassName
{
background-color: #DC58DD;
}
</style>
border-color css
<style>
span { border-color: #DC58DD; }
span { border-color: rgb(220,88,221); }
td.TdClassName
{
border-color: #DC58DD;
}
.TagClassName
{
border-color: #DC58DD;
}
</style>