Html Css Color HEX #FF52DB Free Speech Magenta
📋 copy color: '#FF52DB'red 255 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #FF52DB
Tints of Free Speech Magenta #FF52DB
RGB
CMYK
RGB Variations
Color information
#FF52DB (or 0xFF52DB) is known color: Free Speech Magenta. HEX triplet: FF, 52 and DB. RGB value is (255,82,219). Sum of RGB (Red+Green+Blue) = 255+82+219=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 82 (32.42% from 255 or 14.75% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF52DB is #00AD24. Grayscale: #949494. Windows color (decimal): -44325 or 14373631. OLE color: 14373631.
HSL color Cylindrical-coordinate representation of color #FF52DB: hue angle of 312.49º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF52DB is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 219 | - |
| CMYK | 0 | 0.68 | 0.14 | 0 |
| HSL | 312.49º | 1% | 0.66% | - |
| HSV(B) | 312.49º | 0.68% | 1% | - |
| XYZ | 57.04 | 32.41 | 70.27 | - |
| YUV | 149.35 | 167.31 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 219 | 0 | 0.68 | 0.14 | 0 | 312.49 | 1 | 0.66 |
| Hex | FF | 52 | DB | 0 | 44 | E | 0 | 138 | 64 | 42 |
| Octal | 377 | 122 | 333 | 0 | 104 | 16 | 0 | 470 | 144 | 102 |
| Binary | 11111111 | 1010010 | 11011011 | 0 | 1000100 | 1110 | 0 | 100111000 | 1100100 | 1000010 |
Color Harmonies of #FF52DB
Complementary color
Monochromatic Colors of #FF52DB
Black with #FF52DB
Text Example
Text Example
White with #FF52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF52DB; }
p { color: rgb(255,82,219); }
H1.HeaderClassName
{
color: #FF52DB;
}
.AnyTagClassName
{
color: #FF52DB;
}
</style>
background-color css
<style>
a { background-color: #FF52DB; }
a { background-color: rgb(255,82,219); }
div.DivClassName
{
background-color: #FF52DB;
}
.BgClassName
{
background-color: #FF52DB;
}
</style>
border-color css
<style>
span { border-color: #FF52DB; }
span { border-color: rgb(255,82,219); }
td.TdClassName
{
border-color: #FF52DB;
}
.TagClassName
{
border-color: #FF52DB;
}
</style>