Html Css Color HEX #DB37D4 Free Speech Magenta
📋 copy color: '#DB37D4'red 219 ◦ green 55 ◦ blue 212
Shades of Free Speech Magenta #DB37D4
Tints of Free Speech Magenta #DB37D4
RGB
CMYK
RGB Variations
Color information
#DB37D4 (or 0xDB37D4) is known color: Free Speech Magenta. HEX triplet: DB, 37 and D4. RGB value is (219,55,212). Sum of RGB (Red+Green+Blue) = 219+55+212=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 55 (21.88% from 255 or 11.32% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37D4 is #24C82B. Grayscale: #797979. Windows color (decimal): -2410540 or 13907931. OLE color: 13907931.
HSL color Cylindrical-coordinate representation of color #DB37D4: hue angle of 302.56º 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 #DB37D4 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 212 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.14 |
| HSL | 302.56º | 0.69% | 0.54% | - |
| HSV(B) | 302.56º | 0.75% | 0.86% | - |
| XYZ | 42.46 | 22.55 | 64.4 | - |
| YUV | 121.93 | 178.83 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 212 | 0 | 0.75 | 0.03 | 0.14 | 302.56 | 0.69 | 0.54 |
| Hex | DB | 37 | D4 | 0 | 4B | 3 | E | 12F | 45 | 36 |
| Octal | 333 | 67 | 324 | 0 | 113 | 3 | 16 | 457 | 105 | 66 |
| Binary | 11011011 | 110111 | 11010100 | 0 | 1001011 | 11 | 1110 | 100101111 | 1000101 | 110110 |
Color Harmonies of #DB37D4
Complementary color
Monochromatic Colors of #DB37D4
Black with #DB37D4
Text Example
Text Example
White with #DB37D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB37D4; }
p { color: rgb(219,55,212); }
H1.HeaderClassName
{
color: #DB37D4;
}
.AnyTagClassName
{
color: #DB37D4;
}
</style>
background-color css
<style>
a { background-color: #DB37D4; }
a { background-color: rgb(219,55,212); }
div.DivClassName
{
background-color: #DB37D4;
}
.BgClassName
{
background-color: #DB37D4;
}
</style>
border-color css
<style>
span { border-color: #DB37D4; }
span { border-color: rgb(219,55,212); }
td.TdClassName
{
border-color: #DB37D4;
}
.TagClassName
{
border-color: #DB37D4;
}
</style>