Html Css Color HEX #DE52DB Free Speech Magenta
📋 copy color: '#DE52DB'red 222 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #DE52DB
Tints of Free Speech Magenta #DE52DB
RGB
CMYK
RGB Variations
Color information
#DE52DB (or 0xDE52DB) is known color: Free Speech Magenta. HEX triplet: DE, 52 and DB. RGB value is (222,82,219). Sum of RGB (Red+Green+Blue) = 222+82+219=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DE52DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE52DB is #21AD24. Grayscale: #8B8B8B. Windows color (decimal): -2207013 or 14373598. OLE color: 14373598.
HSL color Cylindrical-coordinate representation of color #DE52DB: hue angle of 301.29º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE52DB is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 82 | 219 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.13 |
| HSL | 301.29º | 0.68% | 0.6% | - |
| HSV(B) | 301.29º | 0.63% | 0.87% | - |
| XYZ | 45.93 | 26.68 | 69.75 | - |
| YUV | 139.48 | 172.88 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 82 | 219 | 0 | 0.63 | 0.01 | 0.13 | 301.29 | 0.68 | 0.6 |
| Hex | DE | 52 | DB | 0 | 3F | 1 | D | 12D | 44 | 3C |
| Octal | 336 | 122 | 333 | 0 | 77 | 1 | 15 | 455 | 104 | 74 |
| Binary | 11011110 | 1010010 | 11011011 | 0 | 111111 | 1 | 1101 | 100101101 | 1000100 | 111100 |
Color Harmonies of #DE52DB
Complementary color
Monochromatic Colors of #DE52DB
Black with #DE52DB
Text Example
Text Example
White with #DE52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE52DB; }
p { color: rgb(222,82,219); }
H1.HeaderClassName
{
color: #DE52DB;
}
.AnyTagClassName
{
color: #DE52DB;
}
</style>
background-color css
<style>
a { background-color: #DE52DB; }
a { background-color: rgb(222,82,219); }
div.DivClassName
{
background-color: #DE52DB;
}
.BgClassName
{
background-color: #DE52DB;
}
</style>
border-color css
<style>
span { border-color: #DE52DB; }
span { border-color: rgb(222,82,219); }
td.TdClassName
{
border-color: #DE52DB;
}
.TagClassName
{
border-color: #DE52DB;
}
</style>