Html Css Color HEX #DB5ED2 Free Speech Magenta
📋 copy color: '#DB5ED2'red 219 ◦ green 94 ◦ blue 210
Shades of Free Speech Magenta #DB5ED2
Tints of Free Speech Magenta #DB5ED2
RGB
CMYK
RGB Variations
Color information
#DB5ED2 (or 0xDB5ED2) is known color: Free Speech Magenta. HEX triplet: DB, 5E and D2. RGB value is (219,94,210). Sum of RGB (Red+Green+Blue) = 219+94+210=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5ED2 is #24A12D. Grayscale: #909090. Windows color (decimal): -2400558 or 13786843. OLE color: 13786843.
HSL color Cylindrical-coordinate representation of color #DB5ED2: hue angle of 304.32º 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 #DB5ED2 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 210 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.14 |
| HSL | 304.32º | 0.63% | 0.61% | - |
| HSV(B) | 304.32º | 0.57% | 0.86% | - |
| XYZ | 44.85 | 27.72 | 63.96 | - |
| YUV | 144.6 | 164.91 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 210 | 0 | 0.57 | 0.04 | 0.14 | 304.32 | 0.63 | 0.61 |
| Hex | DB | 5E | D2 | 0 | 39 | 4 | E | 130 | 3F | 3D |
| Octal | 333 | 136 | 322 | 0 | 71 | 4 | 16 | 460 | 77 | 75 |
| Binary | 11011011 | 1011110 | 11010010 | 0 | 111001 | 100 | 1110 | 100110000 | 111111 | 111101 |
Color Harmonies of #DB5ED2
Complementary color
Monochromatic Colors of #DB5ED2
Black with #DB5ED2
Text Example
Text Example
White with #DB5ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5ED2; }
p { color: rgb(219,94,210); }
H1.HeaderClassName
{
color: #DB5ED2;
}
.AnyTagClassName
{
color: #DB5ED2;
}
</style>
background-color css
<style>
a { background-color: #DB5ED2; }
a { background-color: rgb(219,94,210); }
div.DivClassName
{
background-color: #DB5ED2;
}
.BgClassName
{
background-color: #DB5ED2;
}
</style>
border-color css
<style>
span { border-color: #DB5ED2; }
span { border-color: rgb(219,94,210); }
td.TdClassName
{
border-color: #DB5ED2;
}
.TagClassName
{
border-color: #DB5ED2;
}
</style>