Html Css Color HEX #DB62C0 Free Speech Magenta
📋 copy color: '#DB62C0'red 219 ◦ green 98 ◦ blue 192
Shades of Free Speech Magenta #DB62C0
Tints of Free Speech Magenta #DB62C0
RGB
CMYK
RGB Variations
Color information
#DB62C0 (or 0xDB62C0) is known color: Free Speech Magenta. HEX triplet: DB, 62 and C0. RGB value is (219,98,192). Sum of RGB (Red+Green+Blue) = 219+98+192=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62C0 is #249D3F. Grayscale: #909090. Windows color (decimal): -2399552 or 12608219. OLE color: 12608219.
HSL color Cylindrical-coordinate representation of color #DB62C0: hue angle of 313.39º 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 #DB62C0 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 192 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.14 |
| HSL | 313.39º | 0.63% | 0.62% | - |
| HSV(B) | 313.39º | 0.55% | 0.86% | - |
| XYZ | 43.1 | 27.6 | 52.93 | - |
| YUV | 144.9 | 154.59 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 192 | 0 | 0.55 | 0.12 | 0.14 | 313.39 | 0.63 | 0.62 |
| Hex | DB | 62 | C0 | 0 | 37 | C | E | 139 | 3F | 3E |
| Octal | 333 | 142 | 300 | 0 | 67 | 14 | 16 | 471 | 77 | 76 |
| Binary | 11011011 | 1100010 | 11000000 | 0 | 110111 | 1100 | 1110 | 100111001 | 111111 | 111110 |
Color Harmonies of #DB62C0
Complementary color
Monochromatic Colors of #DB62C0
Black with #DB62C0
Text Example
Text Example
White with #DB62C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62C0; }
p { color: rgb(219,98,192); }
H1.HeaderClassName
{
color: #DB62C0;
}
.AnyTagClassName
{
color: #DB62C0;
}
</style>
background-color css
<style>
a { background-color: #DB62C0; }
a { background-color: rgb(219,98,192); }
div.DivClassName
{
background-color: #DB62C0;
}
.BgClassName
{
background-color: #DB62C0;
}
</style>
border-color css
<style>
span { border-color: #DB62C0; }
span { border-color: rgb(219,98,192); }
td.TdClassName
{
border-color: #DB62C0;
}
.TagClassName
{
border-color: #DB62C0;
}
</style>