Html Css Color HEX #DB5BC1 Free Speech Magenta
📋 copy color: '#DB5BC1'red 219 ◦ green 91 ◦ blue 193
Shades of Free Speech Magenta #DB5BC1
Tints of Free Speech Magenta #DB5BC1
RGB
CMYK
RGB Variations
Color information
#DB5BC1 (or 0xDB5BC1) is known color: Free Speech Magenta. HEX triplet: DB, 5B and C1. RGB value is (219,91,193). Sum of RGB (Red+Green+Blue) = 219+91+193=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BC1 is #24A43E. Grayscale: #8C8C8C. Windows color (decimal): -2401343 or 12671963. OLE color: 12671963.
HSL color Cylindrical-coordinate representation of color #DB5BC1: hue angle of 312.19º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5BC1 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 193 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.14 |
| HSL | 312.19º | 0.64% | 0.61% | - |
| HSV(B) | 312.19º | 0.58% | 0.86% | - |
| XYZ | 42.58 | 26.39 | 53.3 | - |
| YUV | 140.9 | 157.41 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 193 | 0 | 0.58 | 0.12 | 0.14 | 312.19 | 0.64 | 0.61 |
| Hex | DB | 5B | C1 | 0 | 3A | C | E | 138 | 40 | 3D |
| Octal | 333 | 133 | 301 | 0 | 72 | 14 | 16 | 470 | 100 | 75 |
| Binary | 11011011 | 1011011 | 11000001 | 0 | 111010 | 1100 | 1110 | 100111000 | 1000000 | 111101 |
Color Harmonies of #DB5BC1
Complementary color
Monochromatic Colors of #DB5BC1
Black with #DB5BC1
Text Example
Text Example
White with #DB5BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BC1; }
p { color: rgb(219,91,193); }
H1.HeaderClassName
{
color: #DB5BC1;
}
.AnyTagClassName
{
color: #DB5BC1;
}
</style>
background-color css
<style>
a { background-color: #DB5BC1; }
a { background-color: rgb(219,91,193); }
div.DivClassName
{
background-color: #DB5BC1;
}
.BgClassName
{
background-color: #DB5BC1;
}
</style>
border-color css
<style>
span { border-color: #DB5BC1; }
span { border-color: rgb(219,91,193); }
td.TdClassName
{
border-color: #DB5BC1;
}
.TagClassName
{
border-color: #DB5BC1;
}
</style>