Html Css Color HEX #DB40C5 Free Speech Magenta
📋 copy color: '#DB40C5'red 219 ◦ green 64 ◦ blue 197
Shades of Free Speech Magenta #DB40C5
Tints of Free Speech Magenta #DB40C5
RGB
CMYK
RGB Variations
Color information
#DB40C5 (or 0xDB40C5) is known color: Free Speech Magenta. HEX triplet: DB, 40 and C5. RGB value is (219,64,197). Sum of RGB (Red+Green+Blue) = 219+64+197=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40C5 is #24BF3A. Grayscale: #7D7D7D. Windows color (decimal): -2408251 or 12927195. OLE color: 12927195.
HSL color Cylindrical-coordinate representation of color #DB40C5: hue angle of 308.52º 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 #DB40C5 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 197 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.14 |
| HSL | 308.52º | 0.68% | 0.55% | - |
| HSV(B) | 308.52º | 0.71% | 0.86% | - |
| XYZ | 41.12 | 22.76 | 55.05 | - |
| YUV | 125.51 | 168.35 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 197 | 0 | 0.71 | 0.10 | 0.14 | 308.52 | 0.68 | 0.55 |
| Hex | DB | 40 | C5 | 0 | 47 | A | E | 135 | 44 | 37 |
| Octal | 333 | 100 | 305 | 0 | 107 | 12 | 16 | 465 | 104 | 67 |
| Binary | 11011011 | 1000000 | 11000101 | 0 | 1000111 | 1010 | 1110 | 100110101 | 1000100 | 110111 |
Color Harmonies of #DB40C5
Complementary color
Monochromatic Colors of #DB40C5
Black with #DB40C5
Text Example
Text Example
White with #DB40C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40C5; }
p { color: rgb(219,64,197); }
H1.HeaderClassName
{
color: #DB40C5;
}
.AnyTagClassName
{
color: #DB40C5;
}
</style>
background-color css
<style>
a { background-color: #DB40C5; }
a { background-color: rgb(219,64,197); }
div.DivClassName
{
background-color: #DB40C5;
}
.BgClassName
{
background-color: #DB40C5;
}
</style>
border-color css
<style>
span { border-color: #DB40C5; }
span { border-color: rgb(219,64,197); }
td.TdClassName
{
border-color: #DB40C5;
}
.TagClassName
{
border-color: #DB40C5;
}
</style>