Html Css Color HEX #DB62D0 Free Speech Magenta
📋 copy color: '#DB62D0'red 219 ◦ green 98 ◦ blue 208
Shades of Free Speech Magenta #DB62D0
Tints of Free Speech Magenta #DB62D0
RGB
CMYK
RGB Variations
Color information
#DB62D0 (or 0xDB62D0) is known color: Free Speech Magenta. HEX triplet: DB, 62 and D0. RGB value is (219,98,208). Sum of RGB (Red+Green+Blue) = 219+98+208=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62D0 is #249D2F. Grayscale: #929292. Windows color (decimal): -2399536 or 13656795. OLE color: 13656795.
HSL color Cylindrical-coordinate representation of color #DB62D0: hue angle of 305.45º 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 #DB62D0 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 208 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.14 |
| HSL | 305.45º | 0.63% | 0.62% | - |
| HSV(B) | 305.45º | 0.55% | 0.86% | - |
| XYZ | 44.97 | 28.35 | 62.78 | - |
| YUV | 146.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 208 | 0 | 0.55 | 0.05 | 0.14 | 305.45 | 0.63 | 0.62 |
| Hex | DB | 62 | D0 | 0 | 37 | 5 | E | 131 | 3F | 3E |
| Octal | 333 | 142 | 320 | 0 | 67 | 5 | 16 | 461 | 77 | 76 |
| Binary | 11011011 | 1100010 | 11010000 | 0 | 110111 | 101 | 1110 | 100110001 | 111111 | 111110 |
Color Harmonies of #DB62D0
Complementary color
Monochromatic Colors of #DB62D0
Black with #DB62D0
Text Example
Text Example
White with #DB62D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62D0; }
p { color: rgb(219,98,208); }
H1.HeaderClassName
{
color: #DB62D0;
}
.AnyTagClassName
{
color: #DB62D0;
}
</style>
background-color css
<style>
a { background-color: #DB62D0; }
a { background-color: rgb(219,98,208); }
div.DivClassName
{
background-color: #DB62D0;
}
.BgClassName
{
background-color: #DB62D0;
}
</style>
border-color css
<style>
span { border-color: #DB62D0; }
span { border-color: rgb(219,98,208); }
td.TdClassName
{
border-color: #DB62D0;
}
.TagClassName
{
border-color: #DB62D0;
}
</style>