Html Css Color HEX #DB52D5 Free Speech Magenta
📋 copy color: '#DB52D5'red 219 ◦ green 82 ◦ blue 213
Shades of Free Speech Magenta #DB52D5
Tints of Free Speech Magenta #DB52D5
RGB
CMYK
RGB Variations
Color information
#DB52D5 (or 0xDB52D5) is known color: Free Speech Magenta. HEX triplet: DB, 52 and D5. RGB value is (219,82,213). Sum of RGB (Red+Green+Blue) = 219+82+213=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52D5 is #24AD2A. Grayscale: #898989. Windows color (decimal): -2403627 or 13980379. OLE color: 13980379.
HSL color Cylindrical-coordinate representation of color #DB52D5: hue angle of 302.63º 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 #DB52D5 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 213 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.14 |
| HSL | 302.63º | 0.66% | 0.59% | - |
| HSV(B) | 302.63º | 0.63% | 0.86% | - |
| XYZ | 44.24 | 25.9 | 65.62 | - |
| YUV | 137.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 213 | 0 | 0.63 | 0.03 | 0.14 | 302.63 | 0.66 | 0.59 |
| Hex | DB | 52 | D5 | 0 | 3F | 3 | E | 12F | 42 | 3B |
| Octal | 333 | 122 | 325 | 0 | 77 | 3 | 16 | 457 | 102 | 73 |
| Binary | 11011011 | 1010010 | 11010101 | 0 | 111111 | 11 | 1110 | 100101111 | 1000010 | 111011 |
Color Harmonies of #DB52D5
Complementary color
Monochromatic Colors of #DB52D5
Black with #DB52D5
Text Example
Text Example
White with #DB52D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52D5; }
p { color: rgb(219,82,213); }
H1.HeaderClassName
{
color: #DB52D5;
}
.AnyTagClassName
{
color: #DB52D5;
}
</style>
background-color css
<style>
a { background-color: #DB52D5; }
a { background-color: rgb(219,82,213); }
div.DivClassName
{
background-color: #DB52D5;
}
.BgClassName
{
background-color: #DB52D5;
}
</style>
border-color css
<style>
span { border-color: #DB52D5; }
span { border-color: rgb(219,82,213); }
td.TdClassName
{
border-color: #DB52D5;
}
.TagClassName
{
border-color: #DB52D5;
}
</style>