Html Css Color HEX #DB62D2 Free Speech Magenta
📋 copy color: '#DB62D2'red 219 ◦ green 98 ◦ blue 210
Shades of Free Speech Magenta #DB62D2
Tints of Free Speech Magenta #DB62D2
RGB
CMYK
RGB Variations
Color information
#DB62D2 (or 0xDB62D2) is known color: Free Speech Magenta. HEX triplet: DB, 62 and D2. RGB value is (219,98,210). Sum of RGB (Red+Green+Blue) = 219+98+210=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62D2 is #249D2D. Grayscale: #929292. Windows color (decimal): -2399534 or 13787867. OLE color: 13787867.
HSL color Cylindrical-coordinate representation of color #DB62D2: hue angle of 304.46º 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 #DB62D2 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 210 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.14 |
| HSL | 304.46º | 0.63% | 0.62% | - |
| HSV(B) | 304.46º | 0.55% | 0.86% | - |
| XYZ | 45.21 | 28.45 | 64.08 | - |
| YUV | 146.95 | 163.59 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 210 | 0 | 0.55 | 0.04 | 0.14 | 304.46 | 0.63 | 0.62 |
| Hex | DB | 62 | D2 | 0 | 37 | 4 | E | 130 | 3F | 3E |
| Octal | 333 | 142 | 322 | 0 | 67 | 4 | 16 | 460 | 77 | 76 |
| Binary | 11011011 | 1100010 | 11010010 | 0 | 110111 | 100 | 1110 | 100110000 | 111111 | 111110 |
Color Harmonies of #DB62D2
Complementary color
Monochromatic Colors of #DB62D2
Black with #DB62D2
Text Example
Text Example
White with #DB62D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62D2; }
p { color: rgb(219,98,210); }
H1.HeaderClassName
{
color: #DB62D2;
}
.AnyTagClassName
{
color: #DB62D2;
}
</style>
background-color css
<style>
a { background-color: #DB62D2; }
a { background-color: rgb(219,98,210); }
div.DivClassName
{
background-color: #DB62D2;
}
.BgClassName
{
background-color: #DB62D2;
}
</style>
border-color css
<style>
span { border-color: #DB62D2; }
span { border-color: rgb(219,98,210); }
td.TdClassName
{
border-color: #DB62D2;
}
.TagClassName
{
border-color: #DB62D2;
}
</style>