Html Css Color HEX #DB40DA Free Speech Magenta
📋 copy color: '#DB40DA'red 219 ◦ green 64 ◦ blue 218
Shades of Free Speech Magenta #DB40DA
Tints of Free Speech Magenta #DB40DA
RGB
CMYK
RGB Variations
Color information
#DB40DA (or 0xDB40DA) is known color: Free Speech Magenta. HEX triplet: DB, 40 and DA. RGB value is (219,64,218). Sum of RGB (Red+Green+Blue) = 219+64+218=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40DA is #24BF25. Grayscale: #7F7F7F. Windows color (decimal): -2408230 or 14303451. OLE color: 14303451.
HSL color Cylindrical-coordinate representation of color #DB40DA: hue angle of 300.39º 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 #DB40DA is Cyan = 0, Magento = 0.71, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 218 | - |
| CMYK | 0 | 0.71 | 0.00 | 0.14 |
| HSL | 300.39º | 0.68% | 0.55% | - |
| HSV(B) | 300.39º | 0.71% | 0.86% | - |
| XYZ | 43.7 | 23.79 | 68.62 | - |
| YUV | 127.9 | 178.85 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 218 | 0 | 0.71 | 0.00 | 0.14 | 300.39 | 0.68 | 0.55 |
| Hex | DB | 40 | DA | 0 | 47 | 0 | E | 12C | 44 | 37 |
| Octal | 333 | 100 | 332 | 0 | 107 | 0 | 16 | 454 | 104 | 67 |
| Binary | 11011011 | 1000000 | 11011010 | 0 | 1000111 | 0 | 1110 | 100101100 | 1000100 | 110111 |
Color Harmonies of #DB40DA
Complementary color
Monochromatic Colors of #DB40DA
Black with #DB40DA
Text Example
Text Example
White with #DB40DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40DA; }
p { color: rgb(219,64,218); }
H1.HeaderClassName
{
color: #DB40DA;
}
.AnyTagClassName
{
color: #DB40DA;
}
</style>
background-color css
<style>
a { background-color: #DB40DA; }
a { background-color: rgb(219,64,218); }
div.DivClassName
{
background-color: #DB40DA;
}
.BgClassName
{
background-color: #DB40DA;
}
</style>
border-color css
<style>
span { border-color: #DB40DA; }
span { border-color: rgb(219,64,218); }
td.TdClassName
{
border-color: #DB40DA;
}
.TagClassName
{
border-color: #DB40DA;
}
</style>