Html Css Color HEX #DC47D4 Free Speech Magenta
📋 copy color: '#DC47D4'red 220 ◦ green 71 ◦ blue 212
Shades of Free Speech Magenta #DC47D4
Tints of Free Speech Magenta #DC47D4
RGB
CMYK
RGB Variations
Color information
#DC47D4 (or 0xDC47D4) is known color: Free Speech Magenta. HEX triplet: DC, 47 and D4. RGB value is (220,71,212). Sum of RGB (Red+Green+Blue) = 220+71+212=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 71 (28.12% from 255 or 14.12% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC47D4 is #23B82B. Grayscale: #838383. Windows color (decimal): -2340908 or 13912028. OLE color: 13912028.
HSL color Cylindrical-coordinate representation of color #DC47D4: hue angle of 303.22º 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 #DC47D4 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 212 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.14 |
| HSL | 303.22º | 0.68% | 0.57% | - |
| HSV(B) | 303.22º | 0.68% | 0.86% | - |
| XYZ | 43.65 | 24.48 | 64.71 | - |
| YUV | 131.63 | 173.36 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 212 | 0 | 0.68 | 0.04 | 0.14 | 303.22 | 0.68 | 0.57 |
| Hex | DC | 47 | D4 | 0 | 44 | 4 | E | 12F | 44 | 39 |
| Octal | 334 | 107 | 324 | 0 | 104 | 4 | 16 | 457 | 104 | 71 |
| Binary | 11011100 | 1000111 | 11010100 | 0 | 1000100 | 100 | 1110 | 100101111 | 1000100 | 111001 |
Color Harmonies of #DC47D4
Complementary color
Monochromatic Colors of #DC47D4
Black with #DC47D4
Text Example
Text Example
White with #DC47D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC47D4; }
p { color: rgb(220,71,212); }
H1.HeaderClassName
{
color: #DC47D4;
}
.AnyTagClassName
{
color: #DC47D4;
}
</style>
background-color css
<style>
a { background-color: #DC47D4; }
a { background-color: rgb(220,71,212); }
div.DivClassName
{
background-color: #DC47D4;
}
.BgClassName
{
background-color: #DC47D4;
}
</style>
border-color css
<style>
span { border-color: #DC47D4; }
span { border-color: rgb(220,71,212); }
td.TdClassName
{
border-color: #DC47D4;
}
.TagClassName
{
border-color: #DC47D4;
}
</style>