Html Css Color HEX #DB62D1 Free Speech Magenta
📋 copy color: '#DB62D1'red 219 ◦ green 98 ◦ blue 209
Shades of Free Speech Magenta #DB62D1
Tints of Free Speech Magenta #DB62D1
RGB
CMYK
RGB Variations
Color information
#DB62D1 (or 0xDB62D1) is known color: Free Speech Magenta. HEX triplet: DB, 62 and D1. RGB value is (219,98,209). Sum of RGB (Red+Green+Blue) = 219+98+209=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62D1 is #249D2E. Grayscale: #929292. Windows color (decimal): -2399535 or 13722331. OLE color: 13722331.
HSL color Cylindrical-coordinate representation of color #DB62D1: hue angle of 304.96º 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 #DB62D1 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 209 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.14 |
| HSL | 304.96º | 0.63% | 0.62% | - |
| HSV(B) | 304.96º | 0.55% | 0.86% | - |
| XYZ | 45.09 | 28.4 | 63.43 | - |
| YUV | 146.83 | 163.09 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 209 | 0 | 0.55 | 0.05 | 0.14 | 304.96 | 0.63 | 0.62 |
| Hex | DB | 62 | D1 | 0 | 37 | 5 | E | 131 | 3F | 3E |
| Octal | 333 | 142 | 321 | 0 | 67 | 5 | 16 | 461 | 77 | 76 |
| Binary | 11011011 | 1100010 | 11010001 | 0 | 110111 | 101 | 1110 | 100110001 | 111111 | 111110 |
Color Harmonies of #DB62D1
Complementary color
Monochromatic Colors of #DB62D1
Black with #DB62D1
Text Example
Text Example
White with #DB62D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62D1; }
p { color: rgb(219,98,209); }
H1.HeaderClassName
{
color: #DB62D1;
}
.AnyTagClassName
{
color: #DB62D1;
}
</style>
background-color css
<style>
a { background-color: #DB62D1; }
a { background-color: rgb(219,98,209); }
div.DivClassName
{
background-color: #DB62D1;
}
.BgClassName
{
background-color: #DB62D1;
}
</style>
border-color css
<style>
span { border-color: #DB62D1; }
span { border-color: rgb(219,98,209); }
td.TdClassName
{
border-color: #DB62D1;
}
.TagClassName
{
border-color: #DB62D1;
}
</style>