Html Css Color HEX #DC53D4 Free Speech Magenta
📋 copy color: '#DC53D4'red 220 ◦ green 83 ◦ blue 212
Shades of Free Speech Magenta #DC53D4
Tints of Free Speech Magenta #DC53D4
RGB
CMYK
RGB Variations
Color information
#DC53D4 (or 0xDC53D4) is known color: Free Speech Magenta. HEX triplet: DC, 53 and D4. RGB value is (220,83,212). Sum of RGB (Red+Green+Blue) = 220+83+212=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53D4 is #23AC2B. Grayscale: #8A8A8A. Windows color (decimal): -2337836 or 13915100. OLE color: 13915100.
HSL color Cylindrical-coordinate representation of color #DC53D4: hue angle of 303.5º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC53D4 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 212 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.14 |
| HSL | 303.5º | 0.66% | 0.59% | - |
| HSV(B) | 303.5º | 0.62% | 0.86% | - |
| XYZ | 44.49 | 26.16 | 64.99 | - |
| YUV | 138.67 | 169.39 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 212 | 0 | 0.62 | 0.04 | 0.14 | 303.5 | 0.66 | 0.59 |
| Hex | DC | 53 | D4 | 0 | 3E | 4 | E | 130 | 42 | 3B |
| Octal | 334 | 123 | 324 | 0 | 76 | 4 | 16 | 460 | 102 | 73 |
| Binary | 11011100 | 1010011 | 11010100 | 0 | 111110 | 100 | 1110 | 100110000 | 1000010 | 111011 |
Color Harmonies of #DC53D4
Complementary color
Monochromatic Colors of #DC53D4
Black with #DC53D4
Text Example
Text Example
White with #DC53D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53D4; }
p { color: rgb(220,83,212); }
H1.HeaderClassName
{
color: #DC53D4;
}
.AnyTagClassName
{
color: #DC53D4;
}
</style>
background-color css
<style>
a { background-color: #DC53D4; }
a { background-color: rgb(220,83,212); }
div.DivClassName
{
background-color: #DC53D4;
}
.BgClassName
{
background-color: #DC53D4;
}
</style>
border-color css
<style>
span { border-color: #DC53D4; }
span { border-color: rgb(220,83,212); }
td.TdClassName
{
border-color: #DC53D4;
}
.TagClassName
{
border-color: #DC53D4;
}
</style>