Html Css Color HEX #DB52BD Free Speech Magenta
📋 copy color: '#DB52BD'red 219 ◦ green 82 ◦ blue 189
Shades of Free Speech Magenta #DB52BD
Tints of Free Speech Magenta #DB52BD
RGB
CMYK
RGB Variations
Color information
#DB52BD (or 0xDB52BD) is known color: Free Speech Magenta. HEX triplet: DB, 52 and BD. RGB value is (219,82,189). Sum of RGB (Red+Green+Blue) = 219+82+189=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52BD is #24AD42. Grayscale: #868686. Windows color (decimal): -2403651 or 12407515. OLE color: 12407515.
HSL color Cylindrical-coordinate representation of color #DB52BD: hue angle of 313.14º 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 #DB52BD is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 189 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.14 |
| HSL | 313.14º | 0.66% | 0.59% | - |
| HSV(B) | 313.14º | 0.63% | 0.86% | - |
| XYZ | 41.42 | 24.77 | 50.74 | - |
| YUV | 135.16 | 158.39 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 189 | 0 | 0.63 | 0.14 | 0.14 | 313.14 | 0.66 | 0.59 |
| Hex | DB | 52 | BD | 0 | 3F | E | E | 139 | 42 | 3B |
| Octal | 333 | 122 | 275 | 0 | 77 | 16 | 16 | 471 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10111101 | 0 | 111111 | 1110 | 1110 | 100111001 | 1000010 | 111011 |
Color Harmonies of #DB52BD
Complementary color
Monochromatic Colors of #DB52BD
Black with #DB52BD
Text Example
Text Example
White with #DB52BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52BD; }
p { color: rgb(219,82,189); }
H1.HeaderClassName
{
color: #DB52BD;
}
.AnyTagClassName
{
color: #DB52BD;
}
</style>
background-color css
<style>
a { background-color: #DB52BD; }
a { background-color: rgb(219,82,189); }
div.DivClassName
{
background-color: #DB52BD;
}
.BgClassName
{
background-color: #DB52BD;
}
</style>
border-color css
<style>
span { border-color: #DB52BD; }
span { border-color: rgb(219,82,189); }
td.TdClassName
{
border-color: #DB52BD;
}
.TagClassName
{
border-color: #DB52BD;
}
</style>