Html Css Color HEX #DC47CB Free Speech Magenta
📋 copy color: '#DC47CB'red 220 ◦ green 71 ◦ blue 203
Shades of Free Speech Magenta #DC47CB
Tints of Free Speech Magenta #DC47CB
RGB
CMYK
RGB Variations
Color information
#DC47CB (or 0xDC47CB) is known color: Free Speech Magenta. HEX triplet: DC, 47 and CB. RGB value is (220,71,203). Sum of RGB (Red+Green+Blue) = 220+71+203=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC47CB is #23B834. Grayscale: #828282. Windows color (decimal): -2340917 or 13322204. OLE color: 13322204.
HSL color Cylindrical-coordinate representation of color #DC47CB: hue angle of 306.85º 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 #DC47CB is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 203 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.14 |
| HSL | 306.85º | 0.68% | 0.57% | - |
| HSV(B) | 306.85º | 0.68% | 0.86% | - |
| XYZ | 42.55 | 24.03 | 58.9 | - |
| YUV | 130.6 | 168.86 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 203 | 0 | 0.68 | 0.08 | 0.14 | 306.85 | 0.68 | 0.57 |
| Hex | DC | 47 | CB | 0 | 44 | 8 | E | 133 | 44 | 39 |
| Octal | 334 | 107 | 313 | 0 | 104 | 10 | 16 | 463 | 104 | 71 |
| Binary | 11011100 | 1000111 | 11001011 | 0 | 1000100 | 1000 | 1110 | 100110011 | 1000100 | 111001 |
Color Harmonies of #DC47CB
Complementary color
Monochromatic Colors of #DC47CB
Black with #DC47CB
Text Example
Text Example
White with #DC47CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC47CB; }
p { color: rgb(220,71,203); }
H1.HeaderClassName
{
color: #DC47CB;
}
.AnyTagClassName
{
color: #DC47CB;
}
</style>
background-color css
<style>
a { background-color: #DC47CB; }
a { background-color: rgb(220,71,203); }
div.DivClassName
{
background-color: #DC47CB;
}
.BgClassName
{
background-color: #DC47CB;
}
</style>
border-color css
<style>
span { border-color: #DC47CB; }
span { border-color: rgb(220,71,203); }
td.TdClassName
{
border-color: #DC47CB;
}
.TagClassName
{
border-color: #DC47CB;
}
</style>