Html Css Color HEX #DB5AC0 Free Speech Magenta
📋 copy color: '#DB5AC0'red 219 ◦ green 90 ◦ blue 192
Shades of Free Speech Magenta #DB5AC0
Tints of Free Speech Magenta #DB5AC0
RGB
CMYK
RGB Variations
Color information
#DB5AC0 (or 0xDB5AC0) is known color: Free Speech Magenta. HEX triplet: DB, 5A and C0. RGB value is (219,90,192). Sum of RGB (Red+Green+Blue) = 219+90+192=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5AC0 is #24A53F. Grayscale: #8B8B8B. Windows color (decimal): -2401600 or 12606171. OLE color: 12606171.
HSL color Cylindrical-coordinate representation of color #DB5AC0: hue angle of 312.56º 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 #DB5AC0 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 192 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.14 |
| HSL | 312.56º | 0.64% | 0.61% | - |
| HSV(B) | 312.56º | 0.59% | 0.86% | - |
| XYZ | 42.38 | 26.18 | 52.69 | - |
| YUV | 140.2 | 157.24 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 192 | 0 | 0.59 | 0.12 | 0.14 | 312.56 | 0.64 | 0.61 |
| Hex | DB | 5A | C0 | 0 | 3B | C | E | 139 | 40 | 3D |
| Octal | 333 | 132 | 300 | 0 | 73 | 14 | 16 | 471 | 100 | 75 |
| Binary | 11011011 | 1011010 | 11000000 | 0 | 111011 | 1100 | 1110 | 100111001 | 1000000 | 111101 |
Color Harmonies of #DB5AC0
Complementary color
Monochromatic Colors of #DB5AC0
Black with #DB5AC0
Text Example
Text Example
White with #DB5AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AC0; }
p { color: rgb(219,90,192); }
H1.HeaderClassName
{
color: #DB5AC0;
}
.AnyTagClassName
{
color: #DB5AC0;
}
</style>
background-color css
<style>
a { background-color: #DB5AC0; }
a { background-color: rgb(219,90,192); }
div.DivClassName
{
background-color: #DB5AC0;
}
.BgClassName
{
background-color: #DB5AC0;
}
</style>
border-color css
<style>
span { border-color: #DB5AC0; }
span { border-color: rgb(219,90,192); }
td.TdClassName
{
border-color: #DB5AC0;
}
.TagClassName
{
border-color: #DB5AC0;
}
</style>