Html Css Color HEX #DB5AC2 Free Speech Magenta
📋 copy color: '#DB5AC2'red 219 ◦ green 90 ◦ blue 194
Shades of Free Speech Magenta #DB5AC2
Tints of Free Speech Magenta #DB5AC2
RGB
CMYK
RGB Variations
Color information
#DB5AC2 (or 0xDB5AC2) is known color: Free Speech Magenta. HEX triplet: DB, 5A and C2. RGB value is (219,90,194). Sum of RGB (Red+Green+Blue) = 219+90+194=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5AC2 is #24A53D. Grayscale: #8C8C8C. Windows color (decimal): -2401598 or 12737243. OLE color: 12737243.
HSL color Cylindrical-coordinate representation of color #DB5AC2: hue angle of 311.63º 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 #DB5AC2 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 194 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.14 |
| HSL | 311.63º | 0.64% | 0.61% | - |
| HSV(B) | 311.63º | 0.59% | 0.86% | - |
| XYZ | 42.61 | 26.27 | 53.86 | - |
| YUV | 140.43 | 158.24 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 194 | 0 | 0.59 | 0.11 | 0.14 | 311.63 | 0.64 | 0.61 |
| Hex | DB | 5A | C2 | 0 | 3B | B | E | 138 | 40 | 3D |
| Octal | 333 | 132 | 302 | 0 | 73 | 13 | 16 | 470 | 100 | 75 |
| Binary | 11011011 | 1011010 | 11000010 | 0 | 111011 | 1011 | 1110 | 100111000 | 1000000 | 111101 |
Color Harmonies of #DB5AC2
Complementary color
Monochromatic Colors of #DB5AC2
Black with #DB5AC2
Text Example
Text Example
White with #DB5AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AC2; }
p { color: rgb(219,90,194); }
H1.HeaderClassName
{
color: #DB5AC2;
}
.AnyTagClassName
{
color: #DB5AC2;
}
</style>
background-color css
<style>
a { background-color: #DB5AC2; }
a { background-color: rgb(219,90,194); }
div.DivClassName
{
background-color: #DB5AC2;
}
.BgClassName
{
background-color: #DB5AC2;
}
</style>
border-color css
<style>
span { border-color: #DB5AC2; }
span { border-color: rgb(219,90,194); }
td.TdClassName
{
border-color: #DB5AC2;
}
.TagClassName
{
border-color: #DB5AC2;
}
</style>