Html Css Color HEX #DB49D1 Free Speech Magenta
📋 copy color: '#DB49D1'red 219 ◦ green 73 ◦ blue 209
Shades of Free Speech Magenta #DB49D1
Tints of Free Speech Magenta #DB49D1
RGB
CMYK
RGB Variations
Color information
#DB49D1 (or 0xDB49D1) is known color: Free Speech Magenta. HEX triplet: DB, 49 and D1. RGB value is (219,73,209). Sum of RGB (Red+Green+Blue) = 219+73+209=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB49D1 is #24B62E. Grayscale: #838383. Windows color (decimal): -2405935 or 13715931. OLE color: 13715931.
HSL color Cylindrical-coordinate representation of color #DB49D1: hue angle of 304.11º 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 #DB49D1 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 209 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.14 |
| HSL | 304.11º | 0.67% | 0.57% | - |
| HSV(B) | 304.11º | 0.67% | 0.86% | - |
| XYZ | 43.1 | 24.43 | 62.76 | - |
| YUV | 132.16 | 171.37 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 209 | 0 | 0.67 | 0.05 | 0.14 | 304.11 | 0.67 | 0.57 |
| Hex | DB | 49 | D1 | 0 | 43 | 5 | E | 130 | 43 | 39 |
| Octal | 333 | 111 | 321 | 0 | 103 | 5 | 16 | 460 | 103 | 71 |
| Binary | 11011011 | 1001001 | 11010001 | 0 | 1000011 | 101 | 1110 | 100110000 | 1000011 | 111001 |
Color Harmonies of #DB49D1
Complementary color
Monochromatic Colors of #DB49D1
Black with #DB49D1
Text Example
Text Example
White with #DB49D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB49D1; }
p { color: rgb(219,73,209); }
H1.HeaderClassName
{
color: #DB49D1;
}
.AnyTagClassName
{
color: #DB49D1;
}
</style>
background-color css
<style>
a { background-color: #DB49D1; }
a { background-color: rgb(219,73,209); }
div.DivClassName
{
background-color: #DB49D1;
}
.BgClassName
{
background-color: #DB49D1;
}
</style>
border-color css
<style>
span { border-color: #DB49D1; }
span { border-color: rgb(219,73,209); }
td.TdClassName
{
border-color: #DB49D1;
}
.TagClassName
{
border-color: #DB49D1;
}
</style>