Html Css Color HEX #DF52DB Free Speech Magenta
📋 copy color: '#DF52DB'red 223 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #DF52DB
Tints of Free Speech Magenta #DF52DB
RGB
CMYK
RGB Variations
Color information
#DF52DB (or 0xDF52DB) is known color: Free Speech Magenta. HEX triplet: DF, 52 and DB. RGB value is (223,82,219). Sum of RGB (Red+Green+Blue) = 223+82+219=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF52DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF52DB is #20AD24. Grayscale: #8B8B8B. Windows color (decimal): -2141477 or 14373599. OLE color: 14373599.
HSL color Cylindrical-coordinate representation of color #DF52DB: hue angle of 301.7º degrees, saturation: 0.69, 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 #DF52DB is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 219 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.13 |
| HSL | 301.7º | 0.69% | 0.6% | - |
| HSV(B) | 301.7º | 0.63% | 0.87% | - |
| XYZ | 46.23 | 26.84 | 69.76 | - |
| YUV | 139.78 | 172.71 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 219 | 0 | 0.63 | 0.02 | 0.13 | 301.7 | 0.69 | 0.6 |
| Hex | DF | 52 | DB | 0 | 3F | 2 | D | 12E | 45 | 3C |
| Octal | 337 | 122 | 333 | 0 | 77 | 2 | 15 | 456 | 105 | 74 |
| Binary | 11011111 | 1010010 | 11011011 | 0 | 111111 | 10 | 1101 | 100101110 | 1000101 | 111100 |
Color Harmonies of #DF52DB
Complementary color
Monochromatic Colors of #DF52DB
Black with #DF52DB
Text Example
Text Example
White with #DF52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF52DB; }
p { color: rgb(223,82,219); }
H1.HeaderClassName
{
color: #DF52DB;
}
.AnyTagClassName
{
color: #DF52DB;
}
</style>
background-color css
<style>
a { background-color: #DF52DB; }
a { background-color: rgb(223,82,219); }
div.DivClassName
{
background-color: #DF52DB;
}
.BgClassName
{
background-color: #DF52DB;
}
</style>
border-color css
<style>
span { border-color: #DF52DB; }
span { border-color: rgb(223,82,219); }
td.TdClassName
{
border-color: #DF52DB;
}
.TagClassName
{
border-color: #DF52DB;
}
</style>