Html Css Color HEX #DB40DD Free Speech Magenta
📋 copy color: '#DB40DD'red 219 ◦ green 64 ◦ blue 221
Shades of Free Speech Magenta #DB40DD
Tints of Free Speech Magenta #DB40DD
RGB
CMYK
RGB Variations
Color information
#DB40DD (or 0xDB40DD) is known color: Free Speech Magenta. HEX triplet: DB, 40 and DD. RGB value is (219,64,221). Sum of RGB (Red+Green+Blue) = 219+64+221=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB40DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40DD is #24BF22. Grayscale: #7F7F7F. Windows color (decimal): -2408227 or 14500059. OLE color: 14500059.
HSL color Cylindrical-coordinate representation of color #DB40DD: hue angle of 299.24º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB40DD is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 64 | 221 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.13 |
| HSL | 299.24º | 0.7% | 0.56% | - |
| HSV(B) | 299.24º | 0.71% | 0.87% | - |
| XYZ | 44.1 | 23.95 | 70.7 | - |
| YUV | 128.24 | 180.35 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 221 | 0.01 | 0.71 | 0 | 0.13 | 299.24 | 0.7 | 0.56 |
| Hex | DB | 40 | DD | 1 | 47 | 0 | D | 12B | 46 | 38 |
| Octal | 333 | 100 | 335 | 1 | 107 | 0 | 15 | 453 | 106 | 70 |
| Binary | 11011011 | 1000000 | 11011101 | 1 | 1000111 | 0 | 1101 | 100101011 | 1000110 | 111000 |
Color Harmonies of #DB40DD
Complementary color
Monochromatic Colors of #DB40DD
Black with #DB40DD
Text Example
Text Example
White with #DB40DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40DD; }
p { color: rgb(219,64,221); }
H1.HeaderClassName
{
color: #DB40DD;
}
.AnyTagClassName
{
color: #DB40DD;
}
</style>
background-color css
<style>
a { background-color: #DB40DD; }
a { background-color: rgb(219,64,221); }
div.DivClassName
{
background-color: #DB40DD;
}
.BgClassName
{
background-color: #DB40DD;
}
</style>
border-color css
<style>
span { border-color: #DB40DD; }
span { border-color: rgb(219,64,221); }
td.TdClassName
{
border-color: #DB40DD;
}
.TagClassName
{
border-color: #DB40DD;
}
</style>