Html Css Color HEX #DB5AC1 Free Speech Magenta
📋 copy color: '#DB5AC1'red 219 ◦ green 90 ◦ blue 193
Shades of Free Speech Magenta #DB5AC1
Tints of Free Speech Magenta #DB5AC1
RGB
CMYK
RGB Variations
Color information
#DB5AC1 (or 0xDB5AC1) is known color: Free Speech Magenta. HEX triplet: DB, 5A and C1. RGB value is (219,90,193). Sum of RGB (Red+Green+Blue) = 219+90+193=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5AC1 is #24A53E. Grayscale: #8C8C8C. Windows color (decimal): -2401599 or 12671707. OLE color: 12671707.
HSL color Cylindrical-coordinate representation of color #DB5AC1: hue angle of 312.09º 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 #DB5AC1 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 193 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.14 |
| HSL | 312.09º | 0.64% | 0.61% | - |
| HSV(B) | 312.09º | 0.59% | 0.86% | - |
| XYZ | 42.5 | 26.22 | 53.27 | - |
| YUV | 140.31 | 157.74 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 193 | 0 | 0.59 | 0.12 | 0.14 | 312.09 | 0.64 | 0.61 |
| Hex | DB | 5A | C1 | 0 | 3B | C | E | 138 | 40 | 3D |
| Octal | 333 | 132 | 301 | 0 | 73 | 14 | 16 | 470 | 100 | 75 |
| Binary | 11011011 | 1011010 | 11000001 | 0 | 111011 | 1100 | 1110 | 100111000 | 1000000 | 111101 |
Color Harmonies of #DB5AC1
Complementary color
Monochromatic Colors of #DB5AC1
Black with #DB5AC1
Text Example
Text Example
White with #DB5AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AC1; }
p { color: rgb(219,90,193); }
H1.HeaderClassName
{
color: #DB5AC1;
}
.AnyTagClassName
{
color: #DB5AC1;
}
</style>
background-color css
<style>
a { background-color: #DB5AC1; }
a { background-color: rgb(219,90,193); }
div.DivClassName
{
background-color: #DB5AC1;
}
.BgClassName
{
background-color: #DB5AC1;
}
</style>
border-color css
<style>
span { border-color: #DB5AC1; }
span { border-color: rgb(219,90,193); }
td.TdClassName
{
border-color: #DB5AC1;
}
.TagClassName
{
border-color: #DB5AC1;
}
</style>