Html Css Color HEX #DB62C6 Free Speech Magenta
📋 copy color: '#DB62C6'red 219 ◦ green 98 ◦ blue 198
Shades of Free Speech Magenta #DB62C6
Tints of Free Speech Magenta #DB62C6
RGB
CMYK
RGB Variations
Color information
#DB62C6 (or 0xDB62C6) is known color: Free Speech Magenta. HEX triplet: DB, 62 and C6. RGB value is (219,98,198). Sum of RGB (Red+Green+Blue) = 219+98+198=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62C6 is #249D39. Grayscale: #919191. Windows color (decimal): -2399546 or 13001435. OLE color: 13001435.
HSL color Cylindrical-coordinate representation of color #DB62C6: hue angle of 310.41º 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 #DB62C6 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 198 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.14 |
| HSL | 310.41º | 0.63% | 0.62% | - |
| HSV(B) | 310.41º | 0.55% | 0.86% | - |
| XYZ | 43.77 | 27.87 | 56.5 | - |
| YUV | 145.58 | 157.59 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 198 | 0 | 0.55 | 0.10 | 0.14 | 310.41 | 0.63 | 0.62 |
| Hex | DB | 62 | C6 | 0 | 37 | A | E | 136 | 3F | 3E |
| Octal | 333 | 142 | 306 | 0 | 67 | 12 | 16 | 466 | 77 | 76 |
| Binary | 11011011 | 1100010 | 11000110 | 0 | 110111 | 1010 | 1110 | 100110110 | 111111 | 111110 |
Color Harmonies of #DB62C6
Complementary color
Monochromatic Colors of #DB62C6
Black with #DB62C6
Text Example
Text Example
White with #DB62C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62C6; }
p { color: rgb(219,98,198); }
H1.HeaderClassName
{
color: #DB62C6;
}
.AnyTagClassName
{
color: #DB62C6;
}
</style>
background-color css
<style>
a { background-color: #DB62C6; }
a { background-color: rgb(219,98,198); }
div.DivClassName
{
background-color: #DB62C6;
}
.BgClassName
{
background-color: #DB62C6;
}
</style>
border-color css
<style>
span { border-color: #DB62C6; }
span { border-color: rgb(219,98,198); }
td.TdClassName
{
border-color: #DB62C6;
}
.TagClassName
{
border-color: #DB62C6;
}
</style>