Html Css Color HEX #DB62C5 Free Speech Magenta
📋 copy color: '#DB62C5'red 219 ◦ green 98 ◦ blue 197
Shades of Free Speech Magenta #DB62C5
Tints of Free Speech Magenta #DB62C5
RGB
CMYK
RGB Variations
Color information
#DB62C5 (or 0xDB62C5) is known color: Free Speech Magenta. HEX triplet: DB, 62 and C5. RGB value is (219,98,197). Sum of RGB (Red+Green+Blue) = 219+98+197=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62C5 is #249D3A. Grayscale: #919191. Windows color (decimal): -2399547 or 12935899. OLE color: 12935899.
HSL color Cylindrical-coordinate representation of color #DB62C5: hue angle of 310.91º 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 #DB62C5 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 197 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.14 |
| HSL | 310.91º | 0.63% | 0.62% | - |
| HSV(B) | 310.91º | 0.55% | 0.86% | - |
| XYZ | 43.66 | 27.83 | 55.89 | - |
| YUV | 145.47 | 157.09 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 197 | 0 | 0.55 | 0.10 | 0.14 | 310.91 | 0.63 | 0.62 |
| Hex | DB | 62 | C5 | 0 | 37 | A | E | 137 | 3F | 3E |
| Octal | 333 | 142 | 305 | 0 | 67 | 12 | 16 | 467 | 77 | 76 |
| Binary | 11011011 | 1100010 | 11000101 | 0 | 110111 | 1010 | 1110 | 100110111 | 111111 | 111110 |
Color Harmonies of #DB62C5
Complementary color
Monochromatic Colors of #DB62C5
Black with #DB62C5
Text Example
Text Example
White with #DB62C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62C5; }
p { color: rgb(219,98,197); }
H1.HeaderClassName
{
color: #DB62C5;
}
.AnyTagClassName
{
color: #DB62C5;
}
</style>
background-color css
<style>
a { background-color: #DB62C5; }
a { background-color: rgb(219,98,197); }
div.DivClassName
{
background-color: #DB62C5;
}
.BgClassName
{
background-color: #DB62C5;
}
</style>
border-color css
<style>
span { border-color: #DB62C5; }
span { border-color: rgb(219,98,197); }
td.TdClassName
{
border-color: #DB62C5;
}
.TagClassName
{
border-color: #DB62C5;
}
</style>