Html Css Color HEX #DC52DB Free Speech Magenta
📋 copy color: '#DC52DB'red 220 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #DC52DB
Tints of Free Speech Magenta #DC52DB
RGB
CMYK
RGB Variations
Color information
#DC52DB (or 0xDC52DB) is known color: Free Speech Magenta. HEX triplet: DC, 52 and DB. RGB value is (220,82,219). Sum of RGB (Red+Green+Blue) = 220+82+219=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52DB is #23AD24. Grayscale: #8A8A8A. Windows color (decimal): -2338085 or 14373596. OLE color: 14373596.
HSL color Cylindrical-coordinate representation of color #DC52DB: hue angle of 300.43º 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 #DC52DB is Cyan = 0, Magento = 0.63, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 219 | - |
| CMYK | 0 | 0.63 | 0.00 | 0.14 |
| HSL | 300.43º | 0.66% | 0.59% | - |
| HSV(B) | 300.43º | 0.63% | 0.86% | - |
| XYZ | 45.32 | 26.36 | 69.72 | - |
| YUV | 138.88 | 173.22 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 219 | 0 | 0.63 | 0.00 | 0.14 | 300.43 | 0.66 | 0.59 |
| Hex | DC | 52 | DB | 0 | 3F | 0 | E | 12C | 42 | 3B |
| Octal | 334 | 122 | 333 | 0 | 77 | 0 | 16 | 454 | 102 | 73 |
| Binary | 11011100 | 1010010 | 11011011 | 0 | 111111 | 0 | 1110 | 100101100 | 1000010 | 111011 |
Color Harmonies of #DC52DB
Complementary color
Monochromatic Colors of #DC52DB
Black with #DC52DB
Text Example
Text Example
White with #DC52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC52DB; }
p { color: rgb(220,82,219); }
H1.HeaderClassName
{
color: #DC52DB;
}
.AnyTagClassName
{
color: #DC52DB;
}
</style>
background-color css
<style>
a { background-color: #DC52DB; }
a { background-color: rgb(220,82,219); }
div.DivClassName
{
background-color: #DC52DB;
}
.BgClassName
{
background-color: #DC52DB;
}
</style>
border-color css
<style>
span { border-color: #DC52DB; }
span { border-color: rgb(220,82,219); }
td.TdClassName
{
border-color: #DC52DB;
}
.TagClassName
{
border-color: #DC52DB;
}
</style>