Html Css Color HEX #DC53D5 Free Speech Magenta
📋 copy color: '#DC53D5'red 220 ◦ green 83 ◦ blue 213
Shades of Free Speech Magenta #DC53D5
Tints of Free Speech Magenta #DC53D5
RGB
CMYK
RGB Variations
Color information
#DC53D5 (or 0xDC53D5) is known color: Free Speech Magenta. HEX triplet: DC, 53 and D5. RGB value is (220,83,213). Sum of RGB (Red+Green+Blue) = 220+83+213=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53D5 is #23AC2A. Grayscale: #8A8A8A. Windows color (decimal): -2337835 or 13980636. OLE color: 13980636.
HSL color Cylindrical-coordinate representation of color #DC53D5: hue angle of 303.07º 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 #DC53D5 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 213 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.14 |
| HSL | 303.07º | 0.66% | 0.59% | - |
| HSV(B) | 303.07º | 0.62% | 0.86% | - |
| XYZ | 44.62 | 26.21 | 65.66 | - |
| YUV | 138.78 | 169.89 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 213 | 0 | 0.62 | 0.03 | 0.14 | 303.07 | 0.66 | 0.59 |
| Hex | DC | 53 | D5 | 0 | 3E | 3 | E | 12F | 42 | 3B |
| Octal | 334 | 123 | 325 | 0 | 76 | 3 | 16 | 457 | 102 | 73 |
| Binary | 11011100 | 1010011 | 11010101 | 0 | 111110 | 11 | 1110 | 100101111 | 1000010 | 111011 |
Color Harmonies of #DC53D5
Complementary color
Monochromatic Colors of #DC53D5
Black with #DC53D5
Text Example
Text Example
White with #DC53D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53D5; }
p { color: rgb(220,83,213); }
H1.HeaderClassName
{
color: #DC53D5;
}
.AnyTagClassName
{
color: #DC53D5;
}
</style>
background-color css
<style>
a { background-color: #DC53D5; }
a { background-color: rgb(220,83,213); }
div.DivClassName
{
background-color: #DC53D5;
}
.BgClassName
{
background-color: #DC53D5;
}
</style>
border-color css
<style>
span { border-color: #DC53D5; }
span { border-color: rgb(220,83,213); }
td.TdClassName
{
border-color: #DC53D5;
}
.TagClassName
{
border-color: #DC53D5;
}
</style>