Html Css Color HEX #DB5ED3 Free Speech Magenta
📋 copy color: '#DB5ED3'red 219 ◦ green 94 ◦ blue 211
Shades of Free Speech Magenta #DB5ED3
Tints of Free Speech Magenta #DB5ED3
RGB
CMYK
RGB Variations
Color information
#DB5ED3 (or 0xDB5ED3) is known color: Free Speech Magenta. HEX triplet: DB, 5E and D3. RGB value is (219,94,211). Sum of RGB (Red+Green+Blue) = 219+94+211=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5ED3 is #24A12C. Grayscale: #909090. Windows color (decimal): -2400557 or 13852379. OLE color: 13852379.
HSL color Cylindrical-coordinate representation of color #DB5ED3: hue angle of 303.84º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5ED3 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 211 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.14 |
| HSL | 303.84º | 0.63% | 0.61% | - |
| HSV(B) | 303.84º | 0.57% | 0.86% | - |
| XYZ | 44.97 | 27.77 | 64.62 | - |
| YUV | 144.71 | 165.41 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 211 | 0 | 0.57 | 0.04 | 0.14 | 303.84 | 0.63 | 0.61 |
| Hex | DB | 5E | D3 | 0 | 39 | 4 | E | 130 | 3F | 3D |
| Octal | 333 | 136 | 323 | 0 | 71 | 4 | 16 | 460 | 77 | 75 |
| Binary | 11011011 | 1011110 | 11010011 | 0 | 111001 | 100 | 1110 | 100110000 | 111111 | 111101 |
Color Harmonies of #DB5ED3
Complementary color
Monochromatic Colors of #DB5ED3
Black with #DB5ED3
Text Example
Text Example
White with #DB5ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5ED3; }
p { color: rgb(219,94,211); }
H1.HeaderClassName
{
color: #DB5ED3;
}
.AnyTagClassName
{
color: #DB5ED3;
}
</style>
background-color css
<style>
a { background-color: #DB5ED3; }
a { background-color: rgb(219,94,211); }
div.DivClassName
{
background-color: #DB5ED3;
}
.BgClassName
{
background-color: #DB5ED3;
}
</style>
border-color css
<style>
span { border-color: #DB5ED3; }
span { border-color: rgb(219,94,211); }
td.TdClassName
{
border-color: #DB5ED3;
}
.TagClassName
{
border-color: #DB5ED3;
}
</style>