Html Css Color HEX #DC53C1 Free Speech Magenta
📋 copy color: '#DC53C1'red 220 ◦ green 83 ◦ blue 193
Shades of Free Speech Magenta #DC53C1
Tints of Free Speech Magenta #DC53C1
RGB
CMYK
RGB Variations
Color information
#DC53C1 (or 0xDC53C1) is known color: Free Speech Magenta. HEX triplet: DC, 53 and C1. RGB value is (220,83,193). Sum of RGB (Red+Green+Blue) = 220+83+193=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 83 (32.81% from 255 or 16.73% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53C1 is #23AC3E. Grayscale: #888888. Windows color (decimal): -2337855 or 12669916. OLE color: 12669916.
HSL color Cylindrical-coordinate representation of color #DC53C1: hue angle of 311.82º 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 #DC53C1 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 193 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.14 |
| HSL | 311.82º | 0.66% | 0.59% | - |
| HSV(B) | 311.82º | 0.62% | 0.86% | - |
| XYZ | 42.23 | 25.25 | 53.1 | - |
| YUV | 136.5 | 159.89 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 193 | 0 | 0.62 | 0.12 | 0.14 | 311.82 | 0.66 | 0.59 |
| Hex | DC | 53 | C1 | 0 | 3E | C | E | 138 | 42 | 3B |
| Octal | 334 | 123 | 301 | 0 | 76 | 14 | 16 | 470 | 102 | 73 |
| Binary | 11011100 | 1010011 | 11000001 | 0 | 111110 | 1100 | 1110 | 100111000 | 1000010 | 111011 |
Color Harmonies of #DC53C1
Complementary color
Monochromatic Colors of #DC53C1
Black with #DC53C1
Text Example
Text Example
White with #DC53C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53C1; }
p { color: rgb(220,83,193); }
H1.HeaderClassName
{
color: #DC53C1;
}
.AnyTagClassName
{
color: #DC53C1;
}
</style>
background-color css
<style>
a { background-color: #DC53C1; }
a { background-color: rgb(220,83,193); }
div.DivClassName
{
background-color: #DC53C1;
}
.BgClassName
{
background-color: #DC53C1;
}
</style>
border-color css
<style>
span { border-color: #DC53C1; }
span { border-color: rgb(220,83,193); }
td.TdClassName
{
border-color: #DC53C1;
}
.TagClassName
{
border-color: #DC53C1;
}
</style>