Html Css Color HEX #DC46CA Free Speech Magenta
📋 copy color: '#DC46CA'red 220 ◦ green 70 ◦ blue 202
Shades of Free Speech Magenta #DC46CA
Tints of Free Speech Magenta #DC46CA
RGB
CMYK
RGB Variations
Color information
#DC46CA (or 0xDC46CA) is known color: Free Speech Magenta. HEX triplet: DC, 46 and CA. RGB value is (220,70,202). Sum of RGB (Red+Green+Blue) = 220+70+202=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 70 (27.73% from 255 or 14.23% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC46CA is #23B935. Grayscale: #818181. Windows color (decimal): -2341174 or 13256412. OLE color: 13256412.
HSL color Cylindrical-coordinate representation of color #DC46CA: hue angle of 307.2º 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 #DC46CA is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 202 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.14 |
| HSL | 307.2º | 0.68% | 0.57% | - |
| HSV(B) | 307.2º | 0.68% | 0.86% | - |
| XYZ | 42.37 | 23.86 | 58.25 | - |
| YUV | 129.9 | 168.7 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 202 | 0 | 0.68 | 0.08 | 0.14 | 307.2 | 0.68 | 0.57 |
| Hex | DC | 46 | CA | 0 | 44 | 8 | E | 133 | 44 | 39 |
| Octal | 334 | 106 | 312 | 0 | 104 | 10 | 16 | 463 | 104 | 71 |
| Binary | 11011100 | 1000110 | 11001010 | 0 | 1000100 | 1000 | 1110 | 100110011 | 1000100 | 111001 |
Color Harmonies of #DC46CA
Complementary color
Monochromatic Colors of #DC46CA
Black with #DC46CA
Text Example
Text Example
White with #DC46CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC46CA; }
p { color: rgb(220,70,202); }
H1.HeaderClassName
{
color: #DC46CA;
}
.AnyTagClassName
{
color: #DC46CA;
}
</style>
background-color css
<style>
a { background-color: #DC46CA; }
a { background-color: rgb(220,70,202); }
div.DivClassName
{
background-color: #DC46CA;
}
.BgClassName
{
background-color: #DC46CA;
}
</style>
border-color css
<style>
span { border-color: #DC46CA; }
span { border-color: rgb(220,70,202); }
td.TdClassName
{
border-color: #DC46CA;
}
.TagClassName
{
border-color: #DC46CA;
}
</style>