Html Css Color HEX #DB5ACB Free Speech Magenta
📋 copy color: '#DB5ACB'red 219 ◦ green 90 ◦ blue 203
Shades of Free Speech Magenta #DB5ACB
Tints of Free Speech Magenta #DB5ACB
RGB
CMYK
RGB Variations
Color information
#DB5ACB (or 0xDB5ACB) is known color: Free Speech Magenta. HEX triplet: DB, 5A and CB. RGB value is (219,90,203). Sum of RGB (Red+Green+Blue) = 219+90+203=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5ACB is #24A534. Grayscale: #8D8D8D. Windows color (decimal): -2401589 or 13327067. OLE color: 13327067.
HSL color Cylindrical-coordinate representation of color #DB5ACB: hue angle of 307.44º 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 #DB5ACB is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 203 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.14 |
| HSL | 307.44º | 0.64% | 0.61% | - |
| HSV(B) | 307.44º | 0.59% | 0.86% | - |
| XYZ | 43.65 | 26.68 | 59.35 | - |
| YUV | 141.45 | 162.74 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 203 | 0 | 0.59 | 0.07 | 0.14 | 307.44 | 0.64 | 0.61 |
| Hex | DB | 5A | CB | 0 | 3B | 7 | E | 133 | 40 | 3D |
| Octal | 333 | 132 | 313 | 0 | 73 | 7 | 16 | 463 | 100 | 75 |
| Binary | 11011011 | 1011010 | 11001011 | 0 | 111011 | 111 | 1110 | 100110011 | 1000000 | 111101 |
Color Harmonies of #DB5ACB
Complementary color
Monochromatic Colors of #DB5ACB
Black with #DB5ACB
Text Example
Text Example
White with #DB5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5ACB; }
p { color: rgb(219,90,203); }
H1.HeaderClassName
{
color: #DB5ACB;
}
.AnyTagClassName
{
color: #DB5ACB;
}
</style>
background-color css
<style>
a { background-color: #DB5ACB; }
a { background-color: rgb(219,90,203); }
div.DivClassName
{
background-color: #DB5ACB;
}
.BgClassName
{
background-color: #DB5ACB;
}
</style>
border-color css
<style>
span { border-color: #DB5ACB; }
span { border-color: rgb(219,90,203); }
td.TdClassName
{
border-color: #DB5ACB;
}
.TagClassName
{
border-color: #DB5ACB;
}
</style>