Html Css Color HEX #DB5ABE Free Speech Magenta
📋 copy color: '#DB5ABE'red 219 ◦ green 90 ◦ blue 190
Shades of Free Speech Magenta #DB5ABE
Tints of Free Speech Magenta #DB5ABE
RGB
CMYK
RGB Variations
Color information
#DB5ABE (or 0xDB5ABE) is known color: Free Speech Magenta. HEX triplet: DB, 5A and BE. RGB value is (219,90,190). Sum of RGB (Red+Green+Blue) = 219+90+190=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5ABE is #24A541. Grayscale: #8B8B8B. Windows color (decimal): -2401602 or 12475099. OLE color: 12475099.
HSL color Cylindrical-coordinate representation of color #DB5ABE: hue angle of 313.49º 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 #DB5ABE is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 190 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.14 |
| HSL | 313.49º | 0.64% | 0.61% | - |
| HSV(B) | 313.49º | 0.59% | 0.86% | - |
| XYZ | 42.16 | 26.09 | 51.53 | - |
| YUV | 139.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 190 | 0 | 0.59 | 0.13 | 0.14 | 313.49 | 0.64 | 0.61 |
| Hex | DB | 5A | BE | 0 | 3B | D | E | 139 | 40 | 3D |
| Octal | 333 | 132 | 276 | 0 | 73 | 15 | 16 | 471 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10111110 | 0 | 111011 | 1101 | 1110 | 100111001 | 1000000 | 111101 |
Color Harmonies of #DB5ABE
Complementary color
Monochromatic Colors of #DB5ABE
Black with #DB5ABE
Text Example
Text Example
White with #DB5ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5ABE; }
p { color: rgb(219,90,190); }
H1.HeaderClassName
{
color: #DB5ABE;
}
.AnyTagClassName
{
color: #DB5ABE;
}
</style>
background-color css
<style>
a { background-color: #DB5ABE; }
a { background-color: rgb(219,90,190); }
div.DivClassName
{
background-color: #DB5ABE;
}
.BgClassName
{
background-color: #DB5ABE;
}
</style>
border-color css
<style>
span { border-color: #DB5ABE; }
span { border-color: rgb(219,90,190); }
td.TdClassName
{
border-color: #DB5ABE;
}
.TagClassName
{
border-color: #DB5ABE;
}
</style>