Html Css Color HEX #DC47CA Free Speech Magenta
📋 copy color: '#DC47CA'red 220 ◦ green 71 ◦ blue 202
Shades of Free Speech Magenta #DC47CA
Tints of Free Speech Magenta #DC47CA
RGB
CMYK
RGB Variations
Color information
#DC47CA (or 0xDC47CA) is known color: Free Speech Magenta. HEX triplet: DC, 47 and CA. RGB value is (220,71,202). Sum of RGB (Red+Green+Blue) = 220+71+202=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 71 (28.12% from 255 or 14.40% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC47CA is #23B835. Grayscale: #828282. Windows color (decimal): -2340918 or 13256668. OLE color: 13256668.
HSL color Cylindrical-coordinate representation of color #DC47CA: hue angle of 307.25º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC47CA is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 202 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.14 |
| HSL | 307.25º | 0.68% | 0.57% | - |
| HSV(B) | 307.25º | 0.68% | 0.86% | - |
| XYZ | 42.43 | 23.99 | 58.27 | - |
| YUV | 130.49 | 168.36 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 202 | 0 | 0.68 | 0.08 | 0.14 | 307.25 | 0.68 | 0.57 |
| Hex | DC | 47 | CA | 0 | 44 | 8 | E | 133 | 44 | 39 |
| Octal | 334 | 107 | 312 | 0 | 104 | 10 | 16 | 463 | 104 | 71 |
| Binary | 11011100 | 1000111 | 11001010 | 0 | 1000100 | 1000 | 1110 | 100110011 | 1000100 | 111001 |
Color Harmonies of #DC47CA
Complementary color
Monochromatic Colors of #DC47CA
Black with #DC47CA
Text Example
Text Example
White with #DC47CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC47CA; }
p { color: rgb(220,71,202); }
H1.HeaderClassName
{
color: #DC47CA;
}
.AnyTagClassName
{
color: #DC47CA;
}
</style>
background-color css
<style>
a { background-color: #DC47CA; }
a { background-color: rgb(220,71,202); }
div.DivClassName
{
background-color: #DC47CA;
}
.BgClassName
{
background-color: #DC47CA;
}
</style>
border-color css
<style>
span { border-color: #DC47CA; }
span { border-color: rgb(220,71,202); }
td.TdClassName
{
border-color: #DC47CA;
}
.TagClassName
{
border-color: #DC47CA;
}
</style>