Html Css Color HEX #DB49C4 Free Speech Magenta
📋 copy color: '#DB49C4'red 219 ◦ green 73 ◦ blue 196
Shades of Free Speech Magenta #DB49C4
Tints of Free Speech Magenta #DB49C4
RGB
CMYK
RGB Variations
Color information
#DB49C4 (or 0xDB49C4) is known color: Free Speech Magenta. HEX triplet: DB, 49 and C4. RGB value is (219,73,196). Sum of RGB (Red+Green+Blue) = 219+73+196=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB49C4 is #24B63B. Grayscale: #828282. Windows color (decimal): -2405948 or 12863963. OLE color: 12863963.
HSL color Cylindrical-coordinate representation of color #DB49C4: hue angle of 309.45º 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 #DB49C4 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 196 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.14 |
| HSL | 309.45º | 0.67% | 0.57% | - |
| HSV(B) | 309.45º | 0.67% | 0.86% | - |
| XYZ | 41.56 | 23.81 | 54.63 | - |
| YUV | 130.68 | 164.87 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 196 | 0 | 0.67 | 0.11 | 0.14 | 309.45 | 0.67 | 0.57 |
| Hex | DB | 49 | C4 | 0 | 43 | B | E | 135 | 43 | 39 |
| Octal | 333 | 111 | 304 | 0 | 103 | 13 | 16 | 465 | 103 | 71 |
| Binary | 11011011 | 1001001 | 11000100 | 0 | 1000011 | 1011 | 1110 | 100110101 | 1000011 | 111001 |
Color Harmonies of #DB49C4
Complementary color
Monochromatic Colors of #DB49C4
Black with #DB49C4
Text Example
Text Example
White with #DB49C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB49C4; }
p { color: rgb(219,73,196); }
H1.HeaderClassName
{
color: #DB49C4;
}
.AnyTagClassName
{
color: #DB49C4;
}
</style>
background-color css
<style>
a { background-color: #DB49C4; }
a { background-color: rgb(219,73,196); }
div.DivClassName
{
background-color: #DB49C4;
}
.BgClassName
{
background-color: #DB49C4;
}
</style>
border-color css
<style>
span { border-color: #DB49C4; }
span { border-color: rgb(219,73,196); }
td.TdClassName
{
border-color: #DB49C4;
}
.TagClassName
{
border-color: #DB49C4;
}
</style>