Html Css Color HEX #DB49D0 Free Speech Magenta
📋 copy color: '#DB49D0'red 219 ◦ green 73 ◦ blue 208
Shades of Free Speech Magenta #DB49D0
Tints of Free Speech Magenta #DB49D0
RGB
CMYK
RGB Variations
Color information
#DB49D0 (or 0xDB49D0) is known color: Free Speech Magenta. HEX triplet: DB, 49 and D0. RGB value is (219,73,208). Sum of RGB (Red+Green+Blue) = 219+73+208=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB49D0 is #24B62F. Grayscale: #838383. Windows color (decimal): -2405936 or 13650395. OLE color: 13650395.
HSL color Cylindrical-coordinate representation of color #DB49D0: hue angle of 304.52º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB49D0 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 208 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.14 |
| HSL | 304.52º | 0.67% | 0.57% | - |
| HSV(B) | 304.52º | 0.67% | 0.86% | - |
| XYZ | 42.98 | 24.38 | 62.11 | - |
| YUV | 132.04 | 170.87 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 208 | 0 | 0.67 | 0.05 | 0.14 | 304.52 | 0.67 | 0.57 |
| Hex | DB | 49 | D0 | 0 | 43 | 5 | E | 131 | 43 | 39 |
| Octal | 333 | 111 | 320 | 0 | 103 | 5 | 16 | 461 | 103 | 71 |
| Binary | 11011011 | 1001001 | 11010000 | 0 | 1000011 | 101 | 1110 | 100110001 | 1000011 | 111001 |
Color Harmonies of #DB49D0
Complementary color
Monochromatic Colors of #DB49D0
Black with #DB49D0
Text Example
Text Example
White with #DB49D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB49D0; }
p { color: rgb(219,73,208); }
H1.HeaderClassName
{
color: #DB49D0;
}
.AnyTagClassName
{
color: #DB49D0;
}
</style>
background-color css
<style>
a { background-color: #DB49D0; }
a { background-color: rgb(219,73,208); }
div.DivClassName
{
background-color: #DB49D0;
}
.BgClassName
{
background-color: #DB49D0;
}
</style>
border-color css
<style>
span { border-color: #DB49D0; }
span { border-color: rgb(219,73,208); }
td.TdClassName
{
border-color: #DB49D0;
}
.TagClassName
{
border-color: #DB49D0;
}
</style>