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