Html Css Color HEX #DB40C6 Free Speech Magenta
📋 copy color: '#DB40C6'red 219 ◦ green 64 ◦ blue 198
Shades of Free Speech Magenta #DB40C6
Tints of Free Speech Magenta #DB40C6
RGB
CMYK
RGB Variations
Color information
#DB40C6 (or 0xDB40C6) is known color: Free Speech Magenta. HEX triplet: DB, 40 and C6. RGB value is (219,64,198). Sum of RGB (Red+Green+Blue) = 219+64+198=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40C6 is #24BF39. Grayscale: #7D7D7D. Windows color (decimal): -2408250 or 12992731. OLE color: 12992731.
HSL color Cylindrical-coordinate representation of color #DB40C6: hue angle of 308.13º 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 #DB40C6 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 198 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.14 |
| HSL | 308.13º | 0.68% | 0.55% | - |
| HSV(B) | 308.13º | 0.71% | 0.86% | - |
| XYZ | 41.24 | 22.8 | 55.65 | - |
| YUV | 125.62 | 168.85 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 198 | 0 | 0.71 | 0.10 | 0.14 | 308.13 | 0.68 | 0.55 |
| Hex | DB | 40 | C6 | 0 | 47 | A | E | 134 | 44 | 37 |
| Octal | 333 | 100 | 306 | 0 | 107 | 12 | 16 | 464 | 104 | 67 |
| Binary | 11011011 | 1000000 | 11000110 | 0 | 1000111 | 1010 | 1110 | 100110100 | 1000100 | 110111 |
Color Harmonies of #DB40C6
Complementary color
Monochromatic Colors of #DB40C6
Black with #DB40C6
Text Example
Text Example
White with #DB40C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40C6; }
p { color: rgb(219,64,198); }
H1.HeaderClassName
{
color: #DB40C6;
}
.AnyTagClassName
{
color: #DB40C6;
}
</style>
background-color css
<style>
a { background-color: #DB40C6; }
a { background-color: rgb(219,64,198); }
div.DivClassName
{
background-color: #DB40C6;
}
.BgClassName
{
background-color: #DB40C6;
}
</style>
border-color css
<style>
span { border-color: #DB40C6; }
span { border-color: rgb(219,64,198); }
td.TdClassName
{
border-color: #DB40C6;
}
.TagClassName
{
border-color: #DB40C6;
}
</style>