Html Css Color HEX #DC47C3 Free Speech Magenta
📋 copy color: '#DC47C3'red 220 ◦ green 71 ◦ blue 195
Shades of Free Speech Magenta #DC47C3
Tints of Free Speech Magenta #DC47C3
RGB
CMYK
RGB Variations
Color information
#DC47C3 (or 0xDC47C3) is known color: Free Speech Magenta. HEX triplet: DC, 47 and C3. RGB value is (220,71,195). Sum of RGB (Red+Green+Blue) = 220+71+195=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC47C3 is #23B83C. Grayscale: #818181. Windows color (decimal): -2340925 or 12797916. OLE color: 12797916.
HSL color Cylindrical-coordinate representation of color #DC47C3: hue angle of 310.07º 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 #DC47C3 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 195 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.14 |
| HSL | 310.07º | 0.68% | 0.57% | - |
| HSV(B) | 310.07º | 0.68% | 0.86% | - |
| XYZ | 41.62 | 23.66 | 54 | - |
| YUV | 129.69 | 164.86 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 195 | 0 | 0.68 | 0.11 | 0.14 | 310.07 | 0.68 | 0.57 |
| Hex | DC | 47 | C3 | 0 | 44 | B | E | 136 | 44 | 39 |
| Octal | 334 | 107 | 303 | 0 | 104 | 13 | 16 | 466 | 104 | 71 |
| Binary | 11011100 | 1000111 | 11000011 | 0 | 1000100 | 1011 | 1110 | 100110110 | 1000100 | 111001 |
Color Harmonies of #DC47C3
Complementary color
Monochromatic Colors of #DC47C3
Black with #DC47C3
Text Example
Text Example
White with #DC47C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC47C3; }
p { color: rgb(220,71,195); }
H1.HeaderClassName
{
color: #DC47C3;
}
.AnyTagClassName
{
color: #DC47C3;
}
</style>
background-color css
<style>
a { background-color: #DC47C3; }
a { background-color: rgb(220,71,195); }
div.DivClassName
{
background-color: #DC47C3;
}
.BgClassName
{
background-color: #DC47C3;
}
</style>
border-color css
<style>
span { border-color: #DC47C3; }
span { border-color: rgb(220,71,195); }
td.TdClassName
{
border-color: #DC47C3;
}
.TagClassName
{
border-color: #DC47C3;
}
</style>