Html Css Color HEX #DC53C6 Free Speech Magenta
📋 copy color: '#DC53C6'red 220 ◦ green 83 ◦ blue 198
Shades of Free Speech Magenta #DC53C6
Tints of Free Speech Magenta #DC53C6
RGB
CMYK
RGB Variations
Color information
#DC53C6 (or 0xDC53C6) is known color: Free Speech Magenta. HEX triplet: DC, 53 and C6. RGB value is (220,83,198). Sum of RGB (Red+Green+Blue) = 220+83+198=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53C6 is #23AC39. Grayscale: #888888. Windows color (decimal): -2337850 or 12997596. OLE color: 12997596.
HSL color Cylindrical-coordinate representation of color #DC53C6: hue angle of 309.64º 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 #DC53C6 is Cyan = 0, Magento = 0.62, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 198 | - |
| CMYK | 0 | 0.62 | 0.1 | 0.14 |
| HSL | 309.64º | 0.66% | 0.59% | - |
| HSV(B) | 309.64º | 0.62% | 0.86% | - |
| XYZ | 42.8 | 25.48 | 56.09 | - |
| YUV | 137.07 | 162.39 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 198 | 0 | 0.62 | 0.1 | 0.14 | 309.64 | 0.66 | 0.59 |
| Hex | DC | 53 | C6 | 0 | 3E | A | E | 136 | 42 | 3B |
| Octal | 334 | 123 | 306 | 0 | 76 | 12 | 16 | 466 | 102 | 73 |
| Binary | 11011100 | 1010011 | 11000110 | 0 | 111110 | 1010 | 1110 | 100110110 | 1000010 | 111011 |
Color Harmonies of #DC53C6
Complementary color
Monochromatic Colors of #DC53C6
Black with #DC53C6
Text Example
Text Example
White with #DC53C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53C6; }
p { color: rgb(220,83,198); }
H1.HeaderClassName
{
color: #DC53C6;
}
.AnyTagClassName
{
color: #DC53C6;
}
</style>
background-color css
<style>
a { background-color: #DC53C6; }
a { background-color: rgb(220,83,198); }
div.DivClassName
{
background-color: #DC53C6;
}
.BgClassName
{
background-color: #DC53C6;
}
</style>
border-color css
<style>
span { border-color: #DC53C6; }
span { border-color: rgb(220,83,198); }
td.TdClassName
{
border-color: #DC53C6;
}
.TagClassName
{
border-color: #DC53C6;
}
</style>