Html Css Color HEX #DB49C3 Free Speech Magenta
📋 copy color: '#DB49C3'red 219 ◦ green 73 ◦ blue 195
Shades of Free Speech Magenta #DB49C3
Tints of Free Speech Magenta #DB49C3
RGB
CMYK
RGB Variations
Color information
#DB49C3 (or 0xDB49C3) is known color: Free Speech Magenta. HEX triplet: DB, 49 and C3. RGB value is (219,73,195). Sum of RGB (Red+Green+Blue) = 219+73+195=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB49C3 is #24B63C. Grayscale: #828282. Windows color (decimal): -2405949 or 12798427. OLE color: 12798427.
HSL color Cylindrical-coordinate representation of color #DB49C3: hue angle of 309.86º 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 #DB49C3 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 195 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.14 |
| HSL | 309.86º | 0.67% | 0.57% | - |
| HSV(B) | 309.86º | 0.67% | 0.86% | - |
| XYZ | 41.45 | 23.77 | 54.03 | - |
| YUV | 130.56 | 164.37 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 195 | 0 | 0.67 | 0.11 | 0.14 | 309.86 | 0.67 | 0.57 |
| Hex | DB | 49 | C3 | 0 | 43 | B | E | 136 | 43 | 39 |
| Octal | 333 | 111 | 303 | 0 | 103 | 13 | 16 | 466 | 103 | 71 |
| Binary | 11011011 | 1001001 | 11000011 | 0 | 1000011 | 1011 | 1110 | 100110110 | 1000011 | 111001 |
Color Harmonies of #DB49C3
Complementary color
Monochromatic Colors of #DB49C3
Black with #DB49C3
Text Example
Text Example
White with #DB49C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB49C3; }
p { color: rgb(219,73,195); }
H1.HeaderClassName
{
color: #DB49C3;
}
.AnyTagClassName
{
color: #DB49C3;
}
</style>
background-color css
<style>
a { background-color: #DB49C3; }
a { background-color: rgb(219,73,195); }
div.DivClassName
{
background-color: #DB49C3;
}
.BgClassName
{
background-color: #DB49C3;
}
</style>
border-color css
<style>
span { border-color: #DB49C3; }
span { border-color: rgb(219,73,195); }
td.TdClassName
{
border-color: #DB49C3;
}
.TagClassName
{
border-color: #DB49C3;
}
</style>