Html Css Color HEX #DB4CCA Free Speech Magenta
📋 copy color: '#DB4CCA'red 219 ◦ green 76 ◦ blue 202
Shades of Free Speech Magenta #DB4CCA
Tints of Free Speech Magenta #DB4CCA
RGB
CMYK
RGB Variations
Color information
#DB4CCA (or 0xDB4CCA) is known color: Free Speech Magenta. HEX triplet: DB, 4C and CA. RGB value is (219,76,202). Sum of RGB (Red+Green+Blue) = 219+76+202=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CCA is #24B335. Grayscale: #848484. Windows color (decimal): -2405174 or 13257947. OLE color: 13257947.
HSL color Cylindrical-coordinate representation of color #DB4CCA: hue angle of 307.13º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4CCA is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 202 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.14 |
| HSL | 307.13º | 0.67% | 0.58% | - |
| HSV(B) | 307.13º | 0.65% | 0.86% | - |
| XYZ | 42.46 | 24.49 | 58.37 | - |
| YUV | 133.12 | 166.88 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 202 | 0 | 0.65 | 0.08 | 0.14 | 307.13 | 0.67 | 0.58 |
| Hex | DB | 4C | CA | 0 | 41 | 8 | E | 133 | 43 | 3A |
| Octal | 333 | 114 | 312 | 0 | 101 | 10 | 16 | 463 | 103 | 72 |
| Binary | 11011011 | 1001100 | 11001010 | 0 | 1000001 | 1000 | 1110 | 100110011 | 1000011 | 111010 |
Color Harmonies of #DB4CCA
Complementary color
Monochromatic Colors of #DB4CCA
Black with #DB4CCA
Text Example
Text Example
White with #DB4CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CCA; }
p { color: rgb(219,76,202); }
H1.HeaderClassName
{
color: #DB4CCA;
}
.AnyTagClassName
{
color: #DB4CCA;
}
</style>
background-color css
<style>
a { background-color: #DB4CCA; }
a { background-color: rgb(219,76,202); }
div.DivClassName
{
background-color: #DB4CCA;
}
.BgClassName
{
background-color: #DB4CCA;
}
</style>
border-color css
<style>
span { border-color: #DB4CCA; }
span { border-color: rgb(219,76,202); }
td.TdClassName
{
border-color: #DB4CCA;
}
.TagClassName
{
border-color: #DB4CCA;
}
</style>