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