Html Css Color HEX #DB44D3 Free Speech Magenta
📋 copy color: '#DB44D3'red 219 ◦ green 68 ◦ blue 211
Shades of Free Speech Magenta #DB44D3
Tints of Free Speech Magenta #DB44D3
RGB
CMYK
RGB Variations
Color information
#DB44D3 (or 0xDB44D3) is known color: Free Speech Magenta. HEX triplet: DB, 44 and D3. RGB value is (219,68,211). Sum of RGB (Red+Green+Blue) = 219+68+211=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 68 (26.95% from 255 or 13.65% from 498); Blue value is 211 (82.81% from 255 or 42.37% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB44D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB44D3 is #24BB2C. Grayscale: #818181. Windows color (decimal): -2407213 or 13845723. OLE color: 13845723.
HSL color Cylindrical-coordinate representation of color #DB44D3: hue angle of 303.18º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB44D3 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 211 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.14 |
| HSL | 303.18º | 0.68% | 0.56% | - |
| HSV(B) | 303.18º | 0.69% | 0.86% | - |
| XYZ | 43.04 | 23.9 | 63.97 | - |
| YUV | 129.45 | 174.03 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 211 | 0 | 0.69 | 0.04 | 0.14 | 303.18 | 0.68 | 0.56 |
| Hex | DB | 44 | D3 | 0 | 45 | 4 | E | 12F | 44 | 38 |
| Octal | 333 | 104 | 323 | 0 | 105 | 4 | 16 | 457 | 104 | 70 |
| Binary | 11011011 | 1000100 | 11010011 | 0 | 1000101 | 100 | 1110 | 100101111 | 1000100 | 111000 |
Color Harmonies of #DB44D3
Complementary color
Monochromatic Colors of #DB44D3
Black with #DB44D3
Text Example
Text Example
White with #DB44D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB44D3; }
p { color: rgb(219,68,211); }
H1.HeaderClassName
{
color: #DB44D3;
}
.AnyTagClassName
{
color: #DB44D3;
}
</style>
background-color css
<style>
a { background-color: #DB44D3; }
a { background-color: rgb(219,68,211); }
div.DivClassName
{
background-color: #DB44D3;
}
.BgClassName
{
background-color: #DB44D3;
}
</style>
border-color css
<style>
span { border-color: #DB44D3; }
span { border-color: rgb(219,68,211); }
td.TdClassName
{
border-color: #DB44D3;
}
.TagClassName
{
border-color: #DB44D3;
}
</style>