Html Css Color HEX #DB49CF Free Speech Magenta
📋 copy color: '#DB49CF'red 219 ◦ green 73 ◦ blue 207
Shades of Free Speech Magenta #DB49CF
Tints of Free Speech Magenta #DB49CF
RGB
CMYK
RGB Variations
Color information
#DB49CF (or 0xDB49CF) is known color: Free Speech Magenta. HEX triplet: DB, 49 and CF. RGB value is (219,73,207). Sum of RGB (Red+Green+Blue) = 219+73+207=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB49CF is #24B630. Grayscale: #838383. Windows color (decimal): -2405937 or 13584859. OLE color: 13584859.
HSL color Cylindrical-coordinate representation of color #DB49CF: hue angle of 304.93º 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 #DB49CF is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 207 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.14 |
| HSL | 304.93º | 0.67% | 0.57% | - |
| HSV(B) | 304.93º | 0.67% | 0.86% | - |
| XYZ | 42.86 | 24.33 | 61.47 | - |
| YUV | 131.93 | 170.37 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 207 | 0 | 0.67 | 0.05 | 0.14 | 304.93 | 0.67 | 0.57 |
| Hex | DB | 49 | CF | 0 | 43 | 5 | E | 131 | 43 | 39 |
| Octal | 333 | 111 | 317 | 0 | 103 | 5 | 16 | 461 | 103 | 71 |
| Binary | 11011011 | 1001001 | 11001111 | 0 | 1000011 | 101 | 1110 | 100110001 | 1000011 | 111001 |
Color Harmonies of #DB49CF
Complementary color
Monochromatic Colors of #DB49CF
Black with #DB49CF
Text Example
Text Example
White with #DB49CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB49CF; }
p { color: rgb(219,73,207); }
H1.HeaderClassName
{
color: #DB49CF;
}
.AnyTagClassName
{
color: #DB49CF;
}
</style>
background-color css
<style>
a { background-color: #DB49CF; }
a { background-color: rgb(219,73,207); }
div.DivClassName
{
background-color: #DB49CF;
}
.BgClassName
{
background-color: #DB49CF;
}
</style>
border-color css
<style>
span { border-color: #DB49CF; }
span { border-color: rgb(219,73,207); }
td.TdClassName
{
border-color: #DB49CF;
}
.TagClassName
{
border-color: #DB49CF;
}
</style>