Html Css Color HEX #DB40CB Free Speech Magenta
📋 copy color: '#DB40CB'red 219 ◦ green 64 ◦ blue 203
Shades of Free Speech Magenta #DB40CB
Tints of Free Speech Magenta #DB40CB
RGB
CMYK
RGB Variations
Color information
#DB40CB (or 0xDB40CB) is known color: Free Speech Magenta. HEX triplet: DB, 40 and CB. RGB value is (219,64,203). Sum of RGB (Red+Green+Blue) = 219+64+203=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40CB is #24BF34. Grayscale: #7D7D7D. Windows color (decimal): -2408245 or 13320411. OLE color: 13320411.
HSL color Cylindrical-coordinate representation of color #DB40CB: hue angle of 306.19º 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 #DB40CB is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 203 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.14 |
| HSL | 306.19º | 0.68% | 0.55% | - |
| HSV(B) | 306.19º | 0.71% | 0.86% | - |
| XYZ | 41.83 | 23.04 | 58.74 | - |
| YUV | 126.19 | 171.35 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 203 | 0 | 0.71 | 0.07 | 0.14 | 306.19 | 0.68 | 0.55 |
| Hex | DB | 40 | CB | 0 | 47 | 7 | E | 132 | 44 | 37 |
| Octal | 333 | 100 | 313 | 0 | 107 | 7 | 16 | 462 | 104 | 67 |
| Binary | 11011011 | 1000000 | 11001011 | 0 | 1000111 | 111 | 1110 | 100110010 | 1000100 | 110111 |
Color Harmonies of #DB40CB
Complementary color
Monochromatic Colors of #DB40CB
Black with #DB40CB
Text Example
Text Example
White with #DB40CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40CB; }
p { color: rgb(219,64,203); }
H1.HeaderClassName
{
color: #DB40CB;
}
.AnyTagClassName
{
color: #DB40CB;
}
</style>
background-color css
<style>
a { background-color: #DB40CB; }
a { background-color: rgb(219,64,203); }
div.DivClassName
{
background-color: #DB40CB;
}
.BgClassName
{
background-color: #DB40CB;
}
</style>
border-color css
<style>
span { border-color: #DB40CB; }
span { border-color: rgb(219,64,203); }
td.TdClassName
{
border-color: #DB40CB;
}
.TagClassName
{
border-color: #DB40CB;
}
</style>