Html Css Color HEX #DB49DE Free Speech Magenta
📋 copy color: '#DB49DE'red 219 ◦ green 73 ◦ blue 222
Shades of Free Speech Magenta #DB49DE
Tints of Free Speech Magenta #DB49DE
RGB
CMYK
RGB Variations
Color information
#DB49DE (or 0xDB49DE) is known color: Free Speech Magenta. HEX triplet: DB, 49 and DE. RGB value is (219,73,222). Sum of RGB (Red+Green+Blue) = 219+73+222=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB49DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB49DE is #24B621. Grayscale: #858585. Windows color (decimal): -2405922 or 14567899. OLE color: 14567899.
HSL color Cylindrical-coordinate representation of color #DB49DE: hue angle of 298.79º 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 #DB49DE is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 73 | 222 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.13 |
| HSL | 298.79º | 0.69% | 0.58% | - |
| HSV(B) | 298.79º | 0.67% | 0.87% | - |
| XYZ | 44.78 | 25.1 | 71.59 | - |
| YUV | 133.64 | 177.87 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 222 | 0.01 | 0.67 | 0 | 0.13 | 298.79 | 0.69 | 0.58 |
| Hex | DB | 49 | DE | 1 | 43 | 0 | D | 12B | 45 | 3A |
| Octal | 333 | 111 | 336 | 1 | 103 | 0 | 15 | 453 | 105 | 72 |
| Binary | 11011011 | 1001001 | 11011110 | 1 | 1000011 | 0 | 1101 | 100101011 | 1000101 | 111010 |
Color Harmonies of #DB49DE
Complementary color
Monochromatic Colors of #DB49DE
Black with #DB49DE
Text Example
Text Example
White with #DB49DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB49DE; }
p { color: rgb(219,73,222); }
H1.HeaderClassName
{
color: #DB49DE;
}
.AnyTagClassName
{
color: #DB49DE;
}
</style>
background-color css
<style>
a { background-color: #DB49DE; }
a { background-color: rgb(219,73,222); }
div.DivClassName
{
background-color: #DB49DE;
}
.BgClassName
{
background-color: #DB49DE;
}
</style>
border-color css
<style>
span { border-color: #DB49DE; }
span { border-color: rgb(219,73,222); }
td.TdClassName
{
border-color: #DB49DE;
}
.TagClassName
{
border-color: #DB49DE;
}
</style>