Html Css Color HEX #DB40CA Free Speech Magenta
📋 copy color: '#DB40CA'red 219 ◦ green 64 ◦ blue 202
Shades of Free Speech Magenta #DB40CA
Tints of Free Speech Magenta #DB40CA
RGB
CMYK
RGB Variations
Color information
#DB40CA (or 0xDB40CA) is known color: Free Speech Magenta. HEX triplet: DB, 40 and CA. RGB value is (219,64,202). Sum of RGB (Red+Green+Blue) = 219+64+202=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40CA is #24BF35. Grayscale: #7D7D7D. Windows color (decimal): -2408246 or 13254875. OLE color: 13254875.
HSL color Cylindrical-coordinate representation of color #DB40CA: hue angle of 306.58º 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 #DB40CA is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 202 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.14 |
| HSL | 306.58º | 0.68% | 0.55% | - |
| HSV(B) | 306.58º | 0.71% | 0.86% | - |
| XYZ | 41.71 | 22.99 | 58.12 | - |
| YUV | 126.08 | 170.85 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 202 | 0 | 0.71 | 0.08 | 0.14 | 306.58 | 0.68 | 0.55 |
| Hex | DB | 40 | CA | 0 | 47 | 8 | E | 133 | 44 | 37 |
| Octal | 333 | 100 | 312 | 0 | 107 | 10 | 16 | 463 | 104 | 67 |
| Binary | 11011011 | 1000000 | 11001010 | 0 | 1000111 | 1000 | 1110 | 100110011 | 1000100 | 110111 |
Color Harmonies of #DB40CA
Complementary color
Monochromatic Colors of #DB40CA
Black with #DB40CA
Text Example
Text Example
White with #DB40CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40CA; }
p { color: rgb(219,64,202); }
H1.HeaderClassName
{
color: #DB40CA;
}
.AnyTagClassName
{
color: #DB40CA;
}
</style>
background-color css
<style>
a { background-color: #DB40CA; }
a { background-color: rgb(219,64,202); }
div.DivClassName
{
background-color: #DB40CA;
}
.BgClassName
{
background-color: #DB40CA;
}
</style>
border-color css
<style>
span { border-color: #DB40CA; }
span { border-color: rgb(219,64,202); }
td.TdClassName
{
border-color: #DB40CA;
}
.TagClassName
{
border-color: #DB40CA;
}
</style>