Html Css Color HEX #DB37DC Free Speech Magenta
📋 copy color: '#DB37DC'red 219 ◦ green 55 ◦ blue 220
Shades of Free Speech Magenta #DB37DC
Tints of Free Speech Magenta #DB37DC
RGB
CMYK
RGB Variations
Color information
#DB37DC (or 0xDB37DC) is known color: Free Speech Magenta. HEX triplet: DB, 37 and DC. RGB value is (219,55,220). Sum of RGB (Red+Green+Blue) = 219+55+220=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 55 (21.88% from 255 or 11.13% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB37DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37DC is #24C823. Grayscale: #7A7A7A. Windows color (decimal): -2410532 or 14432219. OLE color: 14432219.
HSL color Cylindrical-coordinate representation of color #DB37DC: hue angle of 299.64º 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 #DB37DC is Cyan = 0.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 220 | - |
| CMYK | 0.00 | 0.75 | 0 | 0.14 |
| HSL | 299.64º | 0.7% | 0.54% | - |
| HSV(B) | 299.64º | 0.75% | 0.86% | - |
| XYZ | 43.5 | 22.96 | 69.85 | - |
| YUV | 122.85 | 182.83 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 220 | 0.00 | 0.75 | 0 | 0.14 | 299.64 | 0.7 | 0.54 |
| Hex | DB | 37 | DC | 0 | 4B | 0 | E | 12C | 46 | 36 |
| Octal | 333 | 67 | 334 | 0 | 113 | 0 | 16 | 454 | 106 | 66 |
| Binary | 11011011 | 110111 | 11011100 | 0 | 1001011 | 0 | 1110 | 100101100 | 1000110 | 110110 |
Color Harmonies of #DB37DC
Complementary color
Monochromatic Colors of #DB37DC
Black with #DB37DC
Text Example
Text Example
White with #DB37DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37DC; }
p { color: rgb(219,55,220); }
H1.HeaderClassName
{
color: #DB37DC;
}
.AnyTagClassName
{
color: #DB37DC;
}
</style>
background-color css
<style>
a { background-color: #DB37DC; }
a { background-color: rgb(219,55,220); }
div.DivClassName
{
background-color: #DB37DC;
}
.BgClassName
{
background-color: #DB37DC;
}
</style>
border-color css
<style>
span { border-color: #DB37DC; }
span { border-color: rgb(219,55,220); }
td.TdClassName
{
border-color: #DB37DC;
}
.TagClassName
{
border-color: #DB37DC;
}
</style>