Html Css Color HEX #DB62B9 Free Speech Magenta
📋 copy color: '#DB62B9'red 219 ◦ green 98 ◦ blue 185
Shades of Free Speech Magenta #DB62B9
Tints of Free Speech Magenta #DB62B9
RGB
CMYK
RGB Variations
Color information
#DB62B9 (or 0xDB62B9) is known color: Free Speech Magenta. HEX triplet: DB, 62 and B9. RGB value is (219,98,185). Sum of RGB (Red+Green+Blue) = 219+98+185=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62B9 is #249D46. Grayscale: #8F8F8F. Windows color (decimal): -2399559 or 12149467. OLE color: 12149467.
HSL color Cylindrical-coordinate representation of color #DB62B9: hue angle of 316.86º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB62B9 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 185 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.14 |
| HSL | 316.86º | 0.63% | 0.62% | - |
| HSV(B) | 316.86º | 0.55% | 0.86% | - |
| XYZ | 42.34 | 27.3 | 48.94 | - |
| YUV | 144.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 185 | 0 | 0.55 | 0.16 | 0.14 | 316.86 | 0.63 | 0.62 |
| Hex | DB | 62 | B9 | 0 | 37 | 10 | E | 13D | 3F | 3E |
| Octal | 333 | 142 | 271 | 0 | 67 | 20 | 16 | 475 | 77 | 76 |
| Binary | 11011011 | 1100010 | 10111001 | 0 | 110111 | 10000 | 1110 | 100111101 | 111111 | 111110 |
Color Harmonies of #DB62B9
Complementary color
Monochromatic Colors of #DB62B9
Black with #DB62B9
Text Example
Text Example
White with #DB62B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62B9; }
p { color: rgb(219,98,185); }
H1.HeaderClassName
{
color: #DB62B9;
}
.AnyTagClassName
{
color: #DB62B9;
}
</style>
background-color css
<style>
a { background-color: #DB62B9; }
a { background-color: rgb(219,98,185); }
div.DivClassName
{
background-color: #DB62B9;
}
.BgClassName
{
background-color: #DB62B9;
}
</style>
border-color css
<style>
span { border-color: #DB62B9; }
span { border-color: rgb(219,98,185); }
td.TdClassName
{
border-color: #DB62B9;
}
.TagClassName
{
border-color: #DB62B9;
}
</style>