Html Css Color HEX #DC47D2 Free Speech Magenta
📋 copy color: '#DC47D2'red 220 ◦ green 71 ◦ blue 210
Shades of Free Speech Magenta #DC47D2
Tints of Free Speech Magenta #DC47D2
RGB
CMYK
RGB Variations
Color information
#DC47D2 (or 0xDC47D2) is known color: Free Speech Magenta. HEX triplet: DC, 47 and D2. RGB value is (220,71,210). Sum of RGB (Red+Green+Blue) = 220+71+210=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC47D2 is #23B82D. Grayscale: #828282. Windows color (decimal): -2340910 or 13780956. OLE color: 13780956.
HSL color Cylindrical-coordinate representation of color #DC47D2: hue angle of 304.03º 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 #DC47D2 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 210 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.14 |
| HSL | 304.03º | 0.68% | 0.57% | - |
| HSV(B) | 304.03º | 0.68% | 0.86% | - |
| XYZ | 43.4 | 24.38 | 63.39 | - |
| YUV | 131.4 | 172.36 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 210 | 0 | 0.68 | 0.05 | 0.14 | 304.03 | 0.68 | 0.57 |
| Hex | DC | 47 | D2 | 0 | 44 | 5 | E | 130 | 44 | 39 |
| Octal | 334 | 107 | 322 | 0 | 104 | 5 | 16 | 460 | 104 | 71 |
| Binary | 11011100 | 1000111 | 11010010 | 0 | 1000100 | 101 | 1110 | 100110000 | 1000100 | 111001 |
Color Harmonies of #DC47D2
Complementary color
Monochromatic Colors of #DC47D2
Black with #DC47D2
Text Example
Text Example
White with #DC47D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC47D2; }
p { color: rgb(220,71,210); }
H1.HeaderClassName
{
color: #DC47D2;
}
.AnyTagClassName
{
color: #DC47D2;
}
</style>
background-color css
<style>
a { background-color: #DC47D2; }
a { background-color: rgb(220,71,210); }
div.DivClassName
{
background-color: #DC47D2;
}
.BgClassName
{
background-color: #DC47D2;
}
</style>
border-color css
<style>
span { border-color: #DC47D2; }
span { border-color: rgb(220,71,210); }
td.TdClassName
{
border-color: #DC47D2;
}
.TagClassName
{
border-color: #DC47D2;
}
</style>