Html Css Color HEX #DB52BE Free Speech Magenta
📋 copy color: '#DB52BE'red 219 ◦ green 82 ◦ blue 190
Shades of Free Speech Magenta #DB52BE
Tints of Free Speech Magenta #DB52BE
RGB
CMYK
RGB Variations
Color information
#DB52BE (or 0xDB52BE) is known color: Free Speech Magenta. HEX triplet: DB, 52 and BE. RGB value is (219,82,190). Sum of RGB (Red+Green+Blue) = 219+82+190=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52BE is #24AD41. Grayscale: #868686. Windows color (decimal): -2403650 or 12473051. OLE color: 12473051.
HSL color Cylindrical-coordinate representation of color #DB52BE: hue angle of 312.7º 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 #DB52BE is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 190 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.14 |
| HSL | 312.7º | 0.66% | 0.59% | - |
| HSV(B) | 312.7º | 0.63% | 0.86% | - |
| XYZ | 41.52 | 24.81 | 51.32 | - |
| YUV | 135.28 | 158.89 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 190 | 0 | 0.63 | 0.13 | 0.14 | 312.7 | 0.66 | 0.59 |
| Hex | DB | 52 | BE | 0 | 3F | D | E | 139 | 42 | 3B |
| Octal | 333 | 122 | 276 | 0 | 77 | 15 | 16 | 471 | 102 | 73 |
| Binary | 11011011 | 1010010 | 10111110 | 0 | 111111 | 1101 | 1110 | 100111001 | 1000010 | 111011 |
Color Harmonies of #DB52BE
Complementary color
Monochromatic Colors of #DB52BE
Black with #DB52BE
Text Example
Text Example
White with #DB52BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52BE; }
p { color: rgb(219,82,190); }
H1.HeaderClassName
{
color: #DB52BE;
}
.AnyTagClassName
{
color: #DB52BE;
}
</style>
background-color css
<style>
a { background-color: #DB52BE; }
a { background-color: rgb(219,82,190); }
div.DivClassName
{
background-color: #DB52BE;
}
.BgClassName
{
background-color: #DB52BE;
}
</style>
border-color css
<style>
span { border-color: #DB52BE; }
span { border-color: rgb(219,82,190); }
td.TdClassName
{
border-color: #DB52BE;
}
.TagClassName
{
border-color: #DB52BE;
}
</style>