Html Css Color HEX #DB36DA Free Speech Magenta
📋 copy color: '#DB36DA'red 219 ◦ green 54 ◦ blue 218
Shades of Free Speech Magenta #DB36DA
Tints of Free Speech Magenta #DB36DA
RGB
CMYK
RGB Variations
Color information
#DB36DA (or 0xDB36DA) is known color: Free Speech Magenta. HEX triplet: DB, 36 and DA. RGB value is (219,54,218). Sum of RGB (Red+Green+Blue) = 219+54+218=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 54 (21.48% from 255 or 11.00% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36DA is #24C925. Grayscale: #797979. Windows color (decimal): -2410790 or 14300891. OLE color: 14300891.
HSL color Cylindrical-coordinate representation of color #DB36DA: hue angle of 300.36º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB36DA is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 218 | - |
| CMYK | 0 | 0.75 | 0.00 | 0.14 |
| HSL | 300.36º | 0.7% | 0.54% | - |
| HSV(B) | 300.36º | 0.75% | 0.86% | - |
| XYZ | 43.19 | 22.76 | 68.45 | - |
| YUV | 122.03 | 182.16 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 218 | 0 | 0.75 | 0.00 | 0.14 | 300.36 | 0.7 | 0.54 |
| Hex | DB | 36 | DA | 0 | 4B | 0 | E | 12C | 46 | 36 |
| Octal | 333 | 66 | 332 | 0 | 113 | 0 | 16 | 454 | 106 | 66 |
| Binary | 11011011 | 110110 | 11011010 | 0 | 1001011 | 0 | 1110 | 100101100 | 1000110 | 110110 |
Color Harmonies of #DB36DA
Complementary color
Monochromatic Colors of #DB36DA
Black with #DB36DA
Text Example
Text Example
White with #DB36DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB36DA; }
p { color: rgb(219,54,218); }
H1.HeaderClassName
{
color: #DB36DA;
}
.AnyTagClassName
{
color: #DB36DA;
}
</style>
background-color css
<style>
a { background-color: #DB36DA; }
a { background-color: rgb(219,54,218); }
div.DivClassName
{
background-color: #DB36DA;
}
.BgClassName
{
background-color: #DB36DA;
}
</style>
border-color css
<style>
span { border-color: #DB36DA; }
span { border-color: rgb(219,54,218); }
td.TdClassName
{
border-color: #DB36DA;
}
.TagClassName
{
border-color: #DB36DA;
}
</style>