Html Css Color HEX #DB4DD6 Free Speech Magenta
📋 copy color: '#DB4DD6'red 219 ◦ green 77 ◦ blue 214
Shades of Free Speech Magenta #DB4DD6
Tints of Free Speech Magenta #DB4DD6
RGB
CMYK
RGB Variations
Color information
#DB4DD6 (or 0xDB4DD6) is known color: Free Speech Magenta. HEX triplet: DB, 4D and D6. RGB value is (219,77,214). Sum of RGB (Red+Green+Blue) = 219+77+214=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DD6 is #24B229. Grayscale: #868686. Windows color (decimal): -2404906 or 14044635. OLE color: 14044635.
HSL color Cylindrical-coordinate representation of color #DB4DD6: hue angle of 302.11º 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 #DB4DD6 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 214 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.14 |
| HSL | 302.11º | 0.66% | 0.58% | - |
| HSV(B) | 302.11º | 0.65% | 0.86% | - |
| XYZ | 44 | 25.22 | 66.17 | - |
| YUV | 135.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 214 | 0 | 0.65 | 0.02 | 0.14 | 302.11 | 0.66 | 0.58 |
| Hex | DB | 4D | D6 | 0 | 41 | 2 | E | 12E | 42 | 3A |
| Octal | 333 | 115 | 326 | 0 | 101 | 2 | 16 | 456 | 102 | 72 |
| Binary | 11011011 | 1001101 | 11010110 | 0 | 1000001 | 10 | 1110 | 100101110 | 1000010 | 111010 |
Color Harmonies of #DB4DD6
Complementary color
Monochromatic Colors of #DB4DD6
Black with #DB4DD6
Text Example
Text Example
White with #DB4DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DD6; }
p { color: rgb(219,77,214); }
H1.HeaderClassName
{
color: #DB4DD6;
}
.AnyTagClassName
{
color: #DB4DD6;
}
</style>
background-color css
<style>
a { background-color: #DB4DD6; }
a { background-color: rgb(219,77,214); }
div.DivClassName
{
background-color: #DB4DD6;
}
.BgClassName
{
background-color: #DB4DD6;
}
</style>
border-color css
<style>
span { border-color: #DB4DD6; }
span { border-color: rgb(219,77,214); }
td.TdClassName
{
border-color: #DB4DD6;
}
.TagClassName
{
border-color: #DB4DD6;
}
</style>