Html Css Color HEX #DC53C0 Free Speech Magenta
📋 copy color: '#DC53C0'red 220 ◦ green 83 ◦ blue 192
Shades of Free Speech Magenta #DC53C0
Tints of Free Speech Magenta #DC53C0
RGB
CMYK
RGB Variations
Color information
#DC53C0 (or 0xDC53C0) is known color: Free Speech Magenta. HEX triplet: DC, 53 and C0. RGB value is (220,83,192). Sum of RGB (Red+Green+Blue) = 220+83+192=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53C0 is #23AC3F. Grayscale: #888888. Windows color (decimal): -2337856 or 12604380. OLE color: 12604380.
HSL color Cylindrical-coordinate representation of color #DC53C0: hue angle of 312.26º 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 #DC53C0 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 192 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.14 |
| HSL | 312.26º | 0.66% | 0.59% | - |
| HSV(B) | 312.26º | 0.62% | 0.86% | - |
| XYZ | 42.12 | 25.21 | 52.51 | - |
| YUV | 136.39 | 159.39 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 192 | 0 | 0.62 | 0.13 | 0.14 | 312.26 | 0.66 | 0.59 |
| Hex | DC | 53 | C0 | 0 | 3E | D | E | 138 | 42 | 3B |
| Octal | 334 | 123 | 300 | 0 | 76 | 15 | 16 | 470 | 102 | 73 |
| Binary | 11011100 | 1010011 | 11000000 | 0 | 111110 | 1101 | 1110 | 100111000 | 1000010 | 111011 |
Color Harmonies of #DC53C0
Complementary color
Monochromatic Colors of #DC53C0
Black with #DC53C0
Text Example
Text Example
White with #DC53C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53C0; }
p { color: rgb(220,83,192); }
H1.HeaderClassName
{
color: #DC53C0;
}
.AnyTagClassName
{
color: #DC53C0;
}
</style>
background-color css
<style>
a { background-color: #DC53C0; }
a { background-color: rgb(220,83,192); }
div.DivClassName
{
background-color: #DC53C0;
}
.BgClassName
{
background-color: #DC53C0;
}
</style>
border-color css
<style>
span { border-color: #DC53C0; }
span { border-color: rgb(220,83,192); }
td.TdClassName
{
border-color: #DC53C0;
}
.TagClassName
{
border-color: #DC53C0;
}
</style>