Html Css Color HEX #DB36DD Free Speech Magenta
📋 copy color: '#DB36DD'red 219 ◦ green 54 ◦ blue 221
Shades of Free Speech Magenta #DB36DD
Tints of Free Speech Magenta #DB36DD
RGB
CMYK
RGB Variations
Color information
#DB36DD (or 0xDB36DD) is known color: Free Speech Magenta. HEX triplet: DB, 36 and DD. RGB value is (219,54,221). Sum of RGB (Red+Green+Blue) = 219+54+221=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 54 (21.48% from 255 or 10.93% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB36DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36DD is #24C922. Grayscale: #797979. Windows color (decimal): -2410787 or 14497499. OLE color: 14497499.
HSL color Cylindrical-coordinate representation of color #DB36DD: hue angle of 299.28º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB36DD is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 54 | 221 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.13 |
| HSL | 299.28º | 0.71% | 0.54% | - |
| HSV(B) | 299.28º | 0.76% | 0.87% | - |
| XYZ | 43.58 | 22.92 | 70.53 | - |
| YUV | 122.37 | 183.66 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 221 | 0.01 | 0.76 | 0 | 0.13 | 299.28 | 0.71 | 0.54 |
| Hex | DB | 36 | DD | 1 | 4C | 0 | D | 12B | 47 | 36 |
| Octal | 333 | 66 | 335 | 1 | 114 | 0 | 15 | 453 | 107 | 66 |
| Binary | 11011011 | 110110 | 11011101 | 1 | 1001100 | 0 | 1101 | 100101011 | 1000111 | 110110 |
Color Harmonies of #DB36DD
Complementary color
Monochromatic Colors of #DB36DD
Black with #DB36DD
Text Example
Text Example
White with #DB36DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB36DD; }
p { color: rgb(219,54,221); }
H1.HeaderClassName
{
color: #DB36DD;
}
.AnyTagClassName
{
color: #DB36DD;
}
</style>
background-color css
<style>
a { background-color: #DB36DD; }
a { background-color: rgb(219,54,221); }
div.DivClassName
{
background-color: #DB36DD;
}
.BgClassName
{
background-color: #DB36DD;
}
</style>
border-color css
<style>
span { border-color: #DB36DD; }
span { border-color: rgb(219,54,221); }
td.TdClassName
{
border-color: #DB36DD;
}
.TagClassName
{
border-color: #DB36DD;
}
</style>