Html Css Color HEX #DB44CA Free Speech Magenta
📋 copy color: '#DB44CA'red 219 ◦ green 68 ◦ blue 202
Shades of Free Speech Magenta #DB44CA
Tints of Free Speech Magenta #DB44CA
RGB
CMYK
RGB Variations
Color information
#DB44CA (or 0xDB44CA) is known color: Free Speech Magenta. HEX triplet: DB, 44 and CA. RGB value is (219,68,202). Sum of RGB (Red+Green+Blue) = 219+68+202=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB44CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB44CA is #24BB35. Grayscale: #808080. Windows color (decimal): -2407222 or 13255899. OLE color: 13255899.
HSL color Cylindrical-coordinate representation of color #DB44CA: hue angle of 306.75º 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 #DB44CA is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 202 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.14 |
| HSL | 306.76º | 0.68% | 0.56% | - |
| HSV(B) | 306.76º | 0.69% | 0.86% | - |
| XYZ | 41.94 | 23.46 | 58.19 | - |
| YUV | 128.43 | 169.53 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 202 | 0 | 0.69 | 0.08 | 0.14 | 306.76 | 0.68 | 0.56 |
| Hex | DB | 44 | CA | 0 | 45 | 8 | E | 133 | 44 | 38 |
| Octal | 333 | 104 | 312 | 0 | 105 | 10 | 16 | 463 | 104 | 70 |
| Binary | 11011011 | 1000100 | 11001010 | 0 | 1000101 | 1000 | 1110 | 100110011 | 1000100 | 111000 |
Color Harmonies of #DB44CA
Complementary color
Monochromatic Colors of #DB44CA
Black with #DB44CA
Text Example
Text Example
White with #DB44CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB44CA; }
p { color: rgb(219,68,202); }
H1.HeaderClassName
{
color: #DB44CA;
}
.AnyTagClassName
{
color: #DB44CA;
}
</style>
background-color css
<style>
a { background-color: #DB44CA; }
a { background-color: rgb(219,68,202); }
div.DivClassName
{
background-color: #DB44CA;
}
.BgClassName
{
background-color: #DB44CA;
}
</style>
border-color css
<style>
span { border-color: #DB44CA; }
span { border-color: rgb(219,68,202); }
td.TdClassName
{
border-color: #DB44CA;
}
.TagClassName
{
border-color: #DB44CA;
}
</style>