Html Css Color HEX #DB40D5 Free Speech Magenta
📋 copy color: '#DB40D5'red 219 ◦ green 64 ◦ blue 213
Shades of Free Speech Magenta #DB40D5
Tints of Free Speech Magenta #DB40D5
RGB
CMYK
RGB Variations
Color information
#DB40D5 (or 0xDB40D5) is known color: Free Speech Magenta. HEX triplet: DB, 40 and D5. RGB value is (219,64,213). Sum of RGB (Red+Green+Blue) = 219+64+213=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40D5 is #24BF2A. Grayscale: #7E7E7E. Windows color (decimal): -2408235 or 13975771. OLE color: 13975771.
HSL color Cylindrical-coordinate representation of color #DB40D5: hue angle of 302.32º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB40D5 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 213 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.14 |
| HSL | 302.32º | 0.68% | 0.55% | - |
| HSV(B) | 302.32º | 0.71% | 0.86% | - |
| XYZ | 43.06 | 23.53 | 65.22 | - |
| YUV | 127.33 | 176.35 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 213 | 0 | 0.71 | 0.03 | 0.14 | 302.32 | 0.68 | 0.55 |
| Hex | DB | 40 | D5 | 0 | 47 | 3 | E | 12E | 44 | 37 |
| Octal | 333 | 100 | 325 | 0 | 107 | 3 | 16 | 456 | 104 | 67 |
| Binary | 11011011 | 1000000 | 11010101 | 0 | 1000111 | 11 | 1110 | 100101110 | 1000100 | 110111 |
Color Harmonies of #DB40D5
Complementary color
Monochromatic Colors of #DB40D5
Black with #DB40D5
Text Example
Text Example
White with #DB40D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40D5; }
p { color: rgb(219,64,213); }
H1.HeaderClassName
{
color: #DB40D5;
}
.AnyTagClassName
{
color: #DB40D5;
}
</style>
background-color css
<style>
a { background-color: #DB40D5; }
a { background-color: rgb(219,64,213); }
div.DivClassName
{
background-color: #DB40D5;
}
.BgClassName
{
background-color: #DB40D5;
}
</style>
border-color css
<style>
span { border-color: #DB40D5; }
span { border-color: rgb(219,64,213); }
td.TdClassName
{
border-color: #DB40D5;
}
.TagClassName
{
border-color: #DB40D5;
}
</style>