Html Css Color HEX #DB4DC2 Free Speech Magenta
📋 copy color: '#DB4DC2'red 219 ◦ green 77 ◦ blue 194
Shades of Free Speech Magenta #DB4DC2
Tints of Free Speech Magenta #DB4DC2
RGB
CMYK
RGB Variations
Color information
#DB4DC2 (or 0xDB4DC2) is known color: Free Speech Magenta. HEX triplet: DB, 4D and C2. RGB value is (219,77,194). Sum of RGB (Red+Green+Blue) = 219+77+194=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DC2 is #24B23D. Grayscale: #848484. Windows color (decimal): -2404926 or 12733915. OLE color: 12733915.
HSL color Cylindrical-coordinate representation of color #DB4DC2: hue angle of 310.56º degrees, saturation: 0.66, 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 #DB4DC2 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 194 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.14 |
| HSL | 310.56º | 0.66% | 0.58% | - |
| HSV(B) | 310.56º | 0.65% | 0.86% | - |
| XYZ | 41.6 | 24.26 | 53.53 | - |
| YUV | 132.8 | 162.54 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 194 | 0 | 0.65 | 0.11 | 0.14 | 310.56 | 0.66 | 0.58 |
| Hex | DB | 4D | C2 | 0 | 41 | B | E | 137 | 42 | 3A |
| Octal | 333 | 115 | 302 | 0 | 101 | 13 | 16 | 467 | 102 | 72 |
| Binary | 11011011 | 1001101 | 11000010 | 0 | 1000001 | 1011 | 1110 | 100110111 | 1000010 | 111010 |
Color Harmonies of #DB4DC2
Complementary color
Monochromatic Colors of #DB4DC2
Black with #DB4DC2
Text Example
Text Example
White with #DB4DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DC2; }
p { color: rgb(219,77,194); }
H1.HeaderClassName
{
color: #DB4DC2;
}
.AnyTagClassName
{
color: #DB4DC2;
}
</style>
background-color css
<style>
a { background-color: #DB4DC2; }
a { background-color: rgb(219,77,194); }
div.DivClassName
{
background-color: #DB4DC2;
}
.BgClassName
{
background-color: #DB4DC2;
}
</style>
border-color css
<style>
span { border-color: #DB4DC2; }
span { border-color: rgb(219,77,194); }
td.TdClassName
{
border-color: #DB4DC2;
}
.TagClassName
{
border-color: #DB4DC2;
}
</style>