Html Css Color HEX #DB5ABA Free Speech Magenta
📋 copy color: '#DB5ABA'red 219 ◦ green 90 ◦ blue 186
Shades of Free Speech Magenta #DB5ABA
Tints of Free Speech Magenta #DB5ABA
RGB
CMYK
RGB Variations
Color information
#DB5ABA (or 0xDB5ABA) is known color: Free Speech Magenta. HEX triplet: DB, 5A and BA. RGB value is (219,90,186). Sum of RGB (Red+Green+Blue) = 219+90+186=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5ABA is #24A545. Grayscale: #8B8B8B. Windows color (decimal): -2401606 or 12212955. OLE color: 12212955.
HSL color Cylindrical-coordinate representation of color #DB5ABA: hue angle of 315.35º 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 #DB5ABA is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 186 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.14 |
| HSL | 315.35º | 0.64% | 0.61% | - |
| HSV(B) | 315.35º | 0.59% | 0.86% | - |
| XYZ | 41.73 | 25.92 | 49.26 | - |
| YUV | 139.52 | 154.24 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 186 | 0 | 0.59 | 0.15 | 0.14 | 315.35 | 0.64 | 0.61 |
| Hex | DB | 5A | BA | 0 | 3B | F | E | 13B | 40 | 3D |
| Octal | 333 | 132 | 272 | 0 | 73 | 17 | 16 | 473 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10111010 | 0 | 111011 | 1111 | 1110 | 100111011 | 1000000 | 111101 |
Color Harmonies of #DB5ABA
Complementary color
Monochromatic Colors of #DB5ABA
Black with #DB5ABA
Text Example
Text Example
White with #DB5ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5ABA; }
p { color: rgb(219,90,186); }
H1.HeaderClassName
{
color: #DB5ABA;
}
.AnyTagClassName
{
color: #DB5ABA;
}
</style>
background-color css
<style>
a { background-color: #DB5ABA; }
a { background-color: rgb(219,90,186); }
div.DivClassName
{
background-color: #DB5ABA;
}
.BgClassName
{
background-color: #DB5ABA;
}
</style>
border-color css
<style>
span { border-color: #DB5ABA; }
span { border-color: rgb(219,90,186); }
td.TdClassName
{
border-color: #DB5ABA;
}
.TagClassName
{
border-color: #DB5ABA;
}
</style>