Html Css Color HEX #DB40DE Free Speech Magenta
📋 copy color: '#DB40DE'red 219 ◦ green 64 ◦ blue 222
Shades of Free Speech Magenta #DB40DE
Tints of Free Speech Magenta #DB40DE
RGB
CMYK
RGB Variations
Color information
#DB40DE (or 0xDB40DE) is known color: Free Speech Magenta. HEX triplet: DB, 40 and DE. RGB value is (219,64,222). Sum of RGB (Red+Green+Blue) = 219+64+222=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB40DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40DE is #24BF21. Grayscale: #7F7F7F. Windows color (decimal): -2408226 or 14565595. OLE color: 14565595.
HSL color Cylindrical-coordinate representation of color #DB40DE: hue angle of 298.86º degrees, saturation: 0.71, 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 #DB40DE is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 64 | 222 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.13 |
| HSL | 298.86º | 0.71% | 0.56% | - |
| HSV(B) | 298.86º | 0.71% | 0.87% | - |
| XYZ | 44.23 | 24 | 71.41 | - |
| YUV | 128.36 | 180.85 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 222 | 0.01 | 0.71 | 0 | 0.13 | 298.86 | 0.71 | 0.56 |
| Hex | DB | 40 | DE | 1 | 47 | 0 | D | 12B | 47 | 38 |
| Octal | 333 | 100 | 336 | 1 | 107 | 0 | 15 | 453 | 107 | 70 |
| Binary | 11011011 | 1000000 | 11011110 | 1 | 1000111 | 0 | 1101 | 100101011 | 1000111 | 111000 |
Color Harmonies of #DB40DE
Complementary color
Monochromatic Colors of #DB40DE
Black with #DB40DE
Text Example
Text Example
White with #DB40DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40DE; }
p { color: rgb(219,64,222); }
H1.HeaderClassName
{
color: #DB40DE;
}
.AnyTagClassName
{
color: #DB40DE;
}
</style>
background-color css
<style>
a { background-color: #DB40DE; }
a { background-color: rgb(219,64,222); }
div.DivClassName
{
background-color: #DB40DE;
}
.BgClassName
{
background-color: #DB40DE;
}
</style>
border-color css
<style>
span { border-color: #DB40DE; }
span { border-color: rgb(219,64,222); }
td.TdClassName
{
border-color: #DB40DE;
}
.TagClassName
{
border-color: #DB40DE;
}
</style>