Html Css Color HEX #DC4DDD Free Speech Magenta
📋 copy color: '#DC4DDD'red 220 ◦ green 77 ◦ blue 221
Shades of Free Speech Magenta #DC4DDD
Tints of Free Speech Magenta #DC4DDD
RGB
CMYK
RGB Variations
Color information
#DC4DDD (or 0xDC4DDD) is known color: Free Speech Magenta. HEX triplet: DC, 4D and DD. RGB value is (220,77,221). Sum of RGB (Red+Green+Blue) = 220+77+221=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC4DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4DDD is #23B222. Grayscale: #878787. Windows color (decimal): -2339363 or 14503388. OLE color: 14503388.
HSL color Cylindrical-coordinate representation of color #DC4DDD: hue angle of 299.58º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4DDD is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 77 | 221 | - |
| CMYK | 0.00 | 0.65 | 0 | 0.13 |
| HSL | 299.58º | 0.68% | 0.58% | - |
| HSV(B) | 299.58º | 0.65% | 0.87% | - |
| XYZ | 45.22 | 25.74 | 70.99 | - |
| YUV | 136.17 | 175.88 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 221 | 0.00 | 0.65 | 0 | 0.13 | 299.58 | 0.68 | 0.58 |
| Hex | DC | 4D | DD | 0 | 41 | 0 | D | 12C | 44 | 3A |
| Octal | 334 | 115 | 335 | 0 | 101 | 0 | 15 | 454 | 104 | 72 |
| Binary | 11011100 | 1001101 | 11011101 | 0 | 1000001 | 0 | 1101 | 100101100 | 1000100 | 111010 |
Color Harmonies of #DC4DDD
Complementary color
Monochromatic Colors of #DC4DDD
Black with #DC4DDD
Text Example
Text Example
White with #DC4DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4DDD; }
p { color: rgb(220,77,221); }
H1.HeaderClassName
{
color: #DC4DDD;
}
.AnyTagClassName
{
color: #DC4DDD;
}
</style>
background-color css
<style>
a { background-color: #DC4DDD; }
a { background-color: rgb(220,77,221); }
div.DivClassName
{
background-color: #DC4DDD;
}
.BgClassName
{
background-color: #DC4DDD;
}
</style>
border-color css
<style>
span { border-color: #DC4DDD; }
span { border-color: rgb(220,77,221); }
td.TdClassName
{
border-color: #DC4DDD;
}
.TagClassName
{
border-color: #DC4DDD;
}
</style>