Html Css Color HEX #DB49DD Free Speech Magenta
📋 copy color: '#DB49DD'red 219 ◦ green 73 ◦ blue 221
Shades of Free Speech Magenta #DB49DD
Tints of Free Speech Magenta #DB49DD
RGB
CMYK
RGB Variations
Color information
#DB49DD (or 0xDB49DD) is known color: Free Speech Magenta. HEX triplet: DB, 49 and DD. RGB value is (219,73,221). Sum of RGB (Red+Green+Blue) = 219+73+221=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB49DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB49DD is #24B622. Grayscale: #858585. Windows color (decimal): -2405923 or 14502363. OLE color: 14502363.
HSL color Cylindrical-coordinate representation of color #DB49DD: hue angle of 299.19º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB49DD is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 73 | 221 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.13 |
| HSL | 299.19º | 0.69% | 0.58% | - |
| HSV(B) | 299.19º | 0.67% | 0.87% | - |
| XYZ | 44.65 | 25.05 | 70.89 | - |
| YUV | 133.53 | 177.37 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 221 | 0.01 | 0.67 | 0 | 0.13 | 299.19 | 0.69 | 0.58 |
| Hex | DB | 49 | DD | 1 | 43 | 0 | D | 12B | 45 | 3A |
| Octal | 333 | 111 | 335 | 1 | 103 | 0 | 15 | 453 | 105 | 72 |
| Binary | 11011011 | 1001001 | 11011101 | 1 | 1000011 | 0 | 1101 | 100101011 | 1000101 | 111010 |
Color Harmonies of #DB49DD
Complementary color
Monochromatic Colors of #DB49DD
Black with #DB49DD
Text Example
Text Example
White with #DB49DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB49DD; }
p { color: rgb(219,73,221); }
H1.HeaderClassName
{
color: #DB49DD;
}
.AnyTagClassName
{
color: #DB49DD;
}
</style>
background-color css
<style>
a { background-color: #DB49DD; }
a { background-color: rgb(219,73,221); }
div.DivClassName
{
background-color: #DB49DD;
}
.BgClassName
{
background-color: #DB49DD;
}
</style>
border-color css
<style>
span { border-color: #DB49DD; }
span { border-color: rgb(219,73,221); }
td.TdClassName
{
border-color: #DB49DD;
}
.TagClassName
{
border-color: #DB49DD;
}
</style>