Html Css Color HEX #DC53C4 Free Speech Magenta
📋 copy color: '#DC53C4'red 220 ◦ green 83 ◦ blue 196
Shades of Free Speech Magenta #DC53C4
Tints of Free Speech Magenta #DC53C4
RGB
CMYK
RGB Variations
Color information
#DC53C4 (or 0xDC53C4) is known color: Free Speech Magenta. HEX triplet: DC, 53 and C4. RGB value is (220,83,196). Sum of RGB (Red+Green+Blue) = 220+83+196=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53C4 is #23AC3B. Grayscale: #888888. Windows color (decimal): -2337852 or 12866524. OLE color: 12866524.
HSL color Cylindrical-coordinate representation of color #DC53C4: hue angle of 310.51º 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 #DC53C4 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 196 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.14 |
| HSL | 310.51º | 0.66% | 0.59% | - |
| HSV(B) | 310.51º | 0.62% | 0.86% | - |
| XYZ | 42.57 | 25.39 | 54.88 | - |
| YUV | 136.85 | 161.39 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 196 | 0 | 0.62 | 0.11 | 0.14 | 310.51 | 0.66 | 0.59 |
| Hex | DC | 53 | C4 | 0 | 3E | B | E | 137 | 42 | 3B |
| Octal | 334 | 123 | 304 | 0 | 76 | 13 | 16 | 467 | 102 | 73 |
| Binary | 11011100 | 1010011 | 11000100 | 0 | 111110 | 1011 | 1110 | 100110111 | 1000010 | 111011 |
Color Harmonies of #DC53C4
Complementary color
Monochromatic Colors of #DC53C4
Black with #DC53C4
Text Example
Text Example
White with #DC53C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53C4; }
p { color: rgb(220,83,196); }
H1.HeaderClassName
{
color: #DC53C4;
}
.AnyTagClassName
{
color: #DC53C4;
}
</style>
background-color css
<style>
a { background-color: #DC53C4; }
a { background-color: rgb(220,83,196); }
div.DivClassName
{
background-color: #DC53C4;
}
.BgClassName
{
background-color: #DC53C4;
}
</style>
border-color css
<style>
span { border-color: #DC53C4; }
span { border-color: rgb(220,83,196); }
td.TdClassName
{
border-color: #DC53C4;
}
.TagClassName
{
border-color: #DC53C4;
}
</style>