Html Css Color HEX #DB37CF Free Speech Magenta
📋 copy color: '#DB37CF'red 219 ◦ green 55 ◦ blue 207
Shades of Free Speech Magenta #DB37CF
Tints of Free Speech Magenta #DB37CF
RGB
CMYK
RGB Variations
Color information
#DB37CF (or 0xDB37CF) is known color: Free Speech Magenta. HEX triplet: DB, 37 and CF. RGB value is (219,55,207). Sum of RGB (Red+Green+Blue) = 219+55+207=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37CF is #24C830. Grayscale: #787878. Windows color (decimal): -2410545 or 13580251. OLE color: 13580251.
HSL color Cylindrical-coordinate representation of color #DB37CF: hue angle of 304.39º 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 #DB37CF is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 207 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.14 |
| HSL | 304.39º | 0.69% | 0.54% | - |
| HSV(B) | 304.39º | 0.75% | 0.86% | - |
| XYZ | 41.84 | 22.3 | 61.13 | - |
| YUV | 121.36 | 176.33 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 207 | 0 | 0.75 | 0.05 | 0.14 | 304.39 | 0.69 | 0.54 |
| Hex | DB | 37 | CF | 0 | 4B | 5 | E | 130 | 45 | 36 |
| Octal | 333 | 67 | 317 | 0 | 113 | 5 | 16 | 460 | 105 | 66 |
| Binary | 11011011 | 110111 | 11001111 | 0 | 1001011 | 101 | 1110 | 100110000 | 1000101 | 110110 |
Color Harmonies of #DB37CF
Complementary color
Monochromatic Colors of #DB37CF
Black with #DB37CF
Text Example
Text Example
White with #DB37CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37CF; }
p { color: rgb(219,55,207); }
H1.HeaderClassName
{
color: #DB37CF;
}
.AnyTagClassName
{
color: #DB37CF;
}
</style>
background-color css
<style>
a { background-color: #DB37CF; }
a { background-color: rgb(219,55,207); }
div.DivClassName
{
background-color: #DB37CF;
}
.BgClassName
{
background-color: #DB37CF;
}
</style>
border-color css
<style>
span { border-color: #DB37CF; }
span { border-color: rgb(219,55,207); }
td.TdClassName
{
border-color: #DB37CF;
}
.TagClassName
{
border-color: #DB37CF;
}
</style>