Html Css Color HEX #DB53BD Free Speech Magenta
📋 copy color: '#DB53BD'red 219 ◦ green 83 ◦ blue 189
Shades of Free Speech Magenta #DB53BD
Tints of Free Speech Magenta #DB53BD
RGB
CMYK
RGB Variations
Color information
#DB53BD (or 0xDB53BD) is known color: Free Speech Magenta. HEX triplet: DB, 53 and BD. RGB value is (219,83,189). Sum of RGB (Red+Green+Blue) = 219+83+189=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB53BD is #24AC42. Grayscale: #878787. Windows color (decimal): -2403395 or 12407771. OLE color: 12407771.
HSL color Cylindrical-coordinate representation of color #DB53BD: hue angle of 313.24º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB53BD is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 189 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.14 |
| HSL | 313.24º | 0.65% | 0.59% | - |
| HSV(B) | 313.24º | 0.62% | 0.86% | - |
| XYZ | 41.49 | 24.92 | 50.77 | - |
| YUV | 135.75 | 158.06 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 189 | 0 | 0.62 | 0.14 | 0.14 | 313.24 | 0.65 | 0.59 |
| Hex | DB | 53 | BD | 0 | 3E | E | E | 139 | 41 | 3B |
| Octal | 333 | 123 | 275 | 0 | 76 | 16 | 16 | 471 | 101 | 73 |
| Binary | 11011011 | 1010011 | 10111101 | 0 | 111110 | 1110 | 1110 | 100111001 | 1000001 | 111011 |
Color Harmonies of #DB53BD
Complementary color
Monochromatic Colors of #DB53BD
Black with #DB53BD
Text Example
Text Example
White with #DB53BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53BD; }
p { color: rgb(219,83,189); }
H1.HeaderClassName
{
color: #DB53BD;
}
.AnyTagClassName
{
color: #DB53BD;
}
</style>
background-color css
<style>
a { background-color: #DB53BD; }
a { background-color: rgb(219,83,189); }
div.DivClassName
{
background-color: #DB53BD;
}
.BgClassName
{
background-color: #DB53BD;
}
</style>
border-color css
<style>
span { border-color: #DB53BD; }
span { border-color: rgb(219,83,189); }
td.TdClassName
{
border-color: #DB53BD;
}
.TagClassName
{
border-color: #DB53BD;
}
</style>