Html Css Color HEX #DB5BDA Free Speech Magenta
📋 copy color: '#DB5BDA'red 219 ◦ green 91 ◦ blue 218
Shades of Free Speech Magenta #DB5BDA
Tints of Free Speech Magenta #DB5BDA
RGB
CMYK
RGB Variations
Color information
#DB5BDA (or 0xDB5BDA) is known color: Free Speech Magenta. HEX triplet: DB, 5B and DA. RGB value is (219,91,218). Sum of RGB (Red+Green+Blue) = 219+91+218=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 91 (35.94% from 255 or 17.23% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BDA is #24A425. Grayscale: #8F8F8F. Windows color (decimal): -2401318 or 14310363. OLE color: 14310363.
HSL color Cylindrical-coordinate representation of color #DB5BDA: hue angle of 300.47º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5BDA is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 218 | - |
| CMYK | 0 | 0.58 | 0.00 | 0.14 |
| HSL | 300.47º | 0.64% | 0.61% | - |
| HSV(B) | 300.47º | 0.58% | 0.86% | - |
| XYZ | 45.61 | 27.6 | 69.25 | - |
| YUV | 143.75 | 169.91 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 218 | 0 | 0.58 | 0.00 | 0.14 | 300.47 | 0.64 | 0.61 |
| Hex | DB | 5B | DA | 0 | 3A | 0 | E | 12C | 40 | 3D |
| Octal | 333 | 133 | 332 | 0 | 72 | 0 | 16 | 454 | 100 | 75 |
| Binary | 11011011 | 1011011 | 11011010 | 0 | 111010 | 0 | 1110 | 100101100 | 1000000 | 111101 |
Color Harmonies of #DB5BDA
Complementary color
Monochromatic Colors of #DB5BDA
Black with #DB5BDA
Text Example
Text Example
White with #DB5BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BDA; }
p { color: rgb(219,91,218); }
H1.HeaderClassName
{
color: #DB5BDA;
}
.AnyTagClassName
{
color: #DB5BDA;
}
</style>
background-color css
<style>
a { background-color: #DB5BDA; }
a { background-color: rgb(219,91,218); }
div.DivClassName
{
background-color: #DB5BDA;
}
.BgClassName
{
background-color: #DB5BDA;
}
</style>
border-color css
<style>
span { border-color: #DB5BDA; }
span { border-color: rgb(219,91,218); }
td.TdClassName
{
border-color: #DB5BDA;
}
.TagClassName
{
border-color: #DB5BDA;
}
</style>