Html Css Color HEX #DC52CB Free Speech Magenta
📋 copy color: '#DC52CB'red 220 ◦ green 82 ◦ blue 203
Shades of Free Speech Magenta #DC52CB
Tints of Free Speech Magenta #DC52CB
RGB
CMYK
RGB Variations
Color information
#DC52CB (or 0xDC52CB) is known color: Free Speech Magenta. HEX triplet: DC, 52 and CB. RGB value is (220,82,203). Sum of RGB (Red+Green+Blue) = 220+82+203=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52CB is #23AD34. Grayscale: #888888. Windows color (decimal): -2338101 or 13325020. OLE color: 13325020.
HSL color Cylindrical-coordinate representation of color #DC52CB: hue angle of 307.39º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC52CB is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 203 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.14 |
| HSL | 307.39º | 0.66% | 0.59% | - |
| HSV(B) | 307.39º | 0.63% | 0.86% | - |
| XYZ | 43.31 | 25.56 | 59.15 | - |
| YUV | 137.06 | 165.22 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 203 | 0 | 0.63 | 0.08 | 0.14 | 307.39 | 0.66 | 0.59 |
| Hex | DC | 52 | CB | 0 | 3F | 8 | E | 133 | 42 | 3B |
| Octal | 334 | 122 | 313 | 0 | 77 | 10 | 16 | 463 | 102 | 73 |
| Binary | 11011100 | 1010010 | 11001011 | 0 | 111111 | 1000 | 1110 | 100110011 | 1000010 | 111011 |
Color Harmonies of #DC52CB
Complementary color
Monochromatic Colors of #DC52CB
Black with #DC52CB
Text Example
Text Example
White with #DC52CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52CB; }
p { color: rgb(220,82,203); }
H1.HeaderClassName
{
color: #DC52CB;
}
.AnyTagClassName
{
color: #DC52CB;
}
</style>
background-color css
<style>
a { background-color: #DC52CB; }
a { background-color: rgb(220,82,203); }
div.DivClassName
{
background-color: #DC52CB;
}
.BgClassName
{
background-color: #DC52CB;
}
</style>
border-color css
<style>
span { border-color: #DC52CB; }
span { border-color: rgb(220,82,203); }
td.TdClassName
{
border-color: #DC52CB;
}
.TagClassName
{
border-color: #DC52CB;
}
</style>