Html Css Color HEX #DB5AB9 Free Speech Magenta
📋 copy color: '#DB5AB9'red 219 ◦ green 90 ◦ blue 185
Shades of Free Speech Magenta #DB5AB9
Tints of Free Speech Magenta #DB5AB9
RGB
CMYK
RGB Variations
Color information
#DB5AB9 (or 0xDB5AB9) is known color: Free Speech Magenta. HEX triplet: DB, 5A and B9. RGB value is (219,90,185). Sum of RGB (Red+Green+Blue) = 219+90+185=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5AB9 is #24A546. Grayscale: #8B8B8B. Windows color (decimal): -2401607 or 12147419. OLE color: 12147419.
HSL color Cylindrical-coordinate representation of color #DB5AB9: hue angle of 315.81º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5AB9 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 185 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.14 |
| HSL | 315.81º | 0.64% | 0.61% | - |
| HSV(B) | 315.81º | 0.59% | 0.86% | - |
| XYZ | 41.63 | 25.88 | 48.7 | - |
| YUV | 139.4 | 153.74 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 185 | 0 | 0.59 | 0.16 | 0.14 | 315.81 | 0.64 | 0.61 |
| Hex | DB | 5A | B9 | 0 | 3B | 10 | E | 13C | 40 | 3D |
| Octal | 333 | 132 | 271 | 0 | 73 | 20 | 16 | 474 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10111001 | 0 | 111011 | 10000 | 1110 | 100111100 | 1000000 | 111101 |
Color Harmonies of #DB5AB9
Complementary color
Monochromatic Colors of #DB5AB9
Black with #DB5AB9
Text Example
Text Example
White with #DB5AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AB9; }
p { color: rgb(219,90,185); }
H1.HeaderClassName
{
color: #DB5AB9;
}
.AnyTagClassName
{
color: #DB5AB9;
}
</style>
background-color css
<style>
a { background-color: #DB5AB9; }
a { background-color: rgb(219,90,185); }
div.DivClassName
{
background-color: #DB5AB9;
}
.BgClassName
{
background-color: #DB5AB9;
}
</style>
border-color css
<style>
span { border-color: #DB5AB9; }
span { border-color: rgb(219,90,185); }
td.TdClassName
{
border-color: #DB5AB9;
}
.TagClassName
{
border-color: #DB5AB9;
}
</style>