Html Css Color HEX #DB4DD4 Free Speech Magenta
📋 copy color: '#DB4DD4'red 219 ◦ green 77 ◦ blue 212
Shades of Free Speech Magenta #DB4DD4
Tints of Free Speech Magenta #DB4DD4
RGB
CMYK
RGB Variations
Color information
#DB4DD4 (or 0xDB4DD4) is known color: Free Speech Magenta. HEX triplet: DB, 4D and D4. RGB value is (219,77,212). Sum of RGB (Red+Green+Blue) = 219+77+212=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DD4 is #24B22B. Grayscale: #868686. Windows color (decimal): -2404908 or 13913563. OLE color: 13913563.
HSL color Cylindrical-coordinate representation of color #DB4DD4: hue angle of 302.96º 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 #DB4DD4 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 212 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.14 |
| HSL | 302.96º | 0.66% | 0.58% | - |
| HSV(B) | 302.96º | 0.65% | 0.86% | - |
| XYZ | 43.75 | 25.12 | 64.83 | - |
| YUV | 134.85 | 171.54 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 212 | 0 | 0.65 | 0.03 | 0.14 | 302.96 | 0.66 | 0.58 |
| Hex | DB | 4D | D4 | 0 | 41 | 3 | E | 12F | 42 | 3A |
| Octal | 333 | 115 | 324 | 0 | 101 | 3 | 16 | 457 | 102 | 72 |
| Binary | 11011011 | 1001101 | 11010100 | 0 | 1000001 | 11 | 1110 | 100101111 | 1000010 | 111010 |
Color Harmonies of #DB4DD4
Complementary color
Monochromatic Colors of #DB4DD4
Black with #DB4DD4
Text Example
Text Example
White with #DB4DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DD4; }
p { color: rgb(219,77,212); }
H1.HeaderClassName
{
color: #DB4DD4;
}
.AnyTagClassName
{
color: #DB4DD4;
}
</style>
background-color css
<style>
a { background-color: #DB4DD4; }
a { background-color: rgb(219,77,212); }
div.DivClassName
{
background-color: #DB4DD4;
}
.BgClassName
{
background-color: #DB4DD4;
}
</style>
border-color css
<style>
span { border-color: #DB4DD4; }
span { border-color: rgb(219,77,212); }
td.TdClassName
{
border-color: #DB4DD4;
}
.TagClassName
{
border-color: #DB4DD4;
}
</style>