Html Css Color HEX #DB37CE Free Speech Magenta
📋 copy color: '#DB37CE'red 219 ◦ green 55 ◦ blue 206
Shades of Free Speech Magenta #DB37CE
Tints of Free Speech Magenta #DB37CE
RGB
CMYK
RGB Variations
Color information
#DB37CE (or 0xDB37CE) is known color: Free Speech Magenta. HEX triplet: DB, 37 and CE. RGB value is (219,55,206). Sum of RGB (Red+Green+Blue) = 219+55+206=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 55 (21.88% from 255 or 11.46% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37CE is #24C831. Grayscale: #787878. Windows color (decimal): -2410546 or 13514715. OLE color: 13514715.
HSL color Cylindrical-coordinate representation of color #DB37CE: hue angle of 304.76º degrees, saturation: 0.69, 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 #DB37CE is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 206 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.14 |
| HSL | 304.76º | 0.69% | 0.54% | - |
| HSV(B) | 304.76º | 0.75% | 0.86% | - |
| XYZ | 41.72 | 22.25 | 60.49 | - |
| YUV | 121.25 | 175.83 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 206 | 0 | 0.75 | 0.06 | 0.14 | 304.76 | 0.69 | 0.54 |
| Hex | DB | 37 | CE | 0 | 4B | 6 | E | 131 | 45 | 36 |
| Octal | 333 | 67 | 316 | 0 | 113 | 6 | 16 | 461 | 105 | 66 |
| Binary | 11011011 | 110111 | 11001110 | 0 | 1001011 | 110 | 1110 | 100110001 | 1000101 | 110110 |
Color Harmonies of #DB37CE
Complementary color
Monochromatic Colors of #DB37CE
Black with #DB37CE
Text Example
Text Example
White with #DB37CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37CE; }
p { color: rgb(219,55,206); }
H1.HeaderClassName
{
color: #DB37CE;
}
.AnyTagClassName
{
color: #DB37CE;
}
</style>
background-color css
<style>
a { background-color: #DB37CE; }
a { background-color: rgb(219,55,206); }
div.DivClassName
{
background-color: #DB37CE;
}
.BgClassName
{
background-color: #DB37CE;
}
</style>
border-color css
<style>
span { border-color: #DB37CE; }
span { border-color: rgb(219,55,206); }
td.TdClassName
{
border-color: #DB37CE;
}
.TagClassName
{
border-color: #DB37CE;
}
</style>