Html Css Color HEX #DC35D3 Free Speech Magenta
📋 copy color: '#DC35D3'red 220 ◦ green 53 ◦ blue 211
Shades of Free Speech Magenta #DC35D3
Tints of Free Speech Magenta #DC35D3
RGB
CMYK
RGB Variations
Color information
#DC35D3 (or 0xDC35D3) is known color: Free Speech Magenta. HEX triplet: DC, 35 and D3. RGB value is (220,53,211). Sum of RGB (Red+Green+Blue) = 220+53+211=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 53 (21.09% from 255 or 10.95% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC35D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC35D3 is #23CA2C. Grayscale: #787878. Windows color (decimal): -2345517 or 13841884. OLE color: 13841884.
HSL color Cylindrical-coordinate representation of color #DC35D3: hue angle of 303.23º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC35D3 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 211 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.14 |
| HSL | 303.23º | 0.7% | 0.54% | - |
| HSV(B) | 303.23º | 0.76% | 0.86% | - |
| XYZ | 42.55 | 22.47 | 63.72 | - |
| YUV | 120.95 | 178.83 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 211 | 0 | 0.76 | 0.04 | 0.14 | 303.23 | 0.7 | 0.54 |
| Hex | DC | 35 | D3 | 0 | 4C | 4 | E | 12F | 46 | 36 |
| Octal | 334 | 65 | 323 | 0 | 114 | 4 | 16 | 457 | 106 | 66 |
| Binary | 11011100 | 110101 | 11010011 | 0 | 1001100 | 100 | 1110 | 100101111 | 1000110 | 110110 |
Color Harmonies of #DC35D3
Complementary color
Monochromatic Colors of #DC35D3
Black with #DC35D3
Text Example
Text Example
White with #DC35D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC35D3; }
p { color: rgb(220,53,211); }
H1.HeaderClassName
{
color: #DC35D3;
}
.AnyTagClassName
{
color: #DC35D3;
}
</style>
background-color css
<style>
a { background-color: #DC35D3; }
a { background-color: rgb(220,53,211); }
div.DivClassName
{
background-color: #DC35D3;
}
.BgClassName
{
background-color: #DC35D3;
}
</style>
border-color css
<style>
span { border-color: #DC35D3; }
span { border-color: rgb(220,53,211); }
td.TdClassName
{
border-color: #DC35D3;
}
.TagClassName
{
border-color: #DC35D3;
}
</style>