Html Css Color HEX #DB40C4 Free Speech Magenta
📋 copy color: '#DB40C4'red 219 ◦ green 64 ◦ blue 196
Shades of Free Speech Magenta #DB40C4
Tints of Free Speech Magenta #DB40C4
RGB
CMYK
RGB Variations
Color information
#DB40C4 (or 0xDB40C4) is known color: Free Speech Magenta. HEX triplet: DB, 40 and C4. RGB value is (219,64,196). Sum of RGB (Red+Green+Blue) = 219+64+196=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40C4 is #24BF3B. Grayscale: #7D7D7D. Windows color (decimal): -2408252 or 12861659. OLE color: 12861659.
HSL color Cylindrical-coordinate representation of color #DB40C4: hue angle of 308.9º 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 #DB40C4 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 196 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.14 |
| HSL | 308.9º | 0.68% | 0.55% | - |
| HSV(B) | 308.9º | 0.71% | 0.86% | - |
| XYZ | 41.01 | 22.71 | 54.45 | - |
| YUV | 125.39 | 167.85 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 196 | 0 | 0.71 | 0.11 | 0.14 | 308.9 | 0.68 | 0.55 |
| Hex | DB | 40 | C4 | 0 | 47 | B | E | 135 | 44 | 37 |
| Octal | 333 | 100 | 304 | 0 | 107 | 13 | 16 | 465 | 104 | 67 |
| Binary | 11011011 | 1000000 | 11000100 | 0 | 1000111 | 1011 | 1110 | 100110101 | 1000100 | 110111 |
Color Harmonies of #DB40C4
Complementary color
Monochromatic Colors of #DB40C4
Black with #DB40C4
Text Example
Text Example
White with #DB40C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40C4; }
p { color: rgb(219,64,196); }
H1.HeaderClassName
{
color: #DB40C4;
}
.AnyTagClassName
{
color: #DB40C4;
}
</style>
background-color css
<style>
a { background-color: #DB40C4; }
a { background-color: rgb(219,64,196); }
div.DivClassName
{
background-color: #DB40C4;
}
.BgClassName
{
background-color: #DB40C4;
}
</style>
border-color css
<style>
span { border-color: #DB40C4; }
span { border-color: rgb(219,64,196); }
td.TdClassName
{
border-color: #DB40C4;
}
.TagClassName
{
border-color: #DB40C4;
}
</style>