Html Css Color HEX #DB62D3 Free Speech Magenta
📋 copy color: '#DB62D3'red 219 ◦ green 98 ◦ blue 211
Shades of Free Speech Magenta #DB62D3
Tints of Free Speech Magenta #DB62D3
RGB
CMYK
RGB Variations
Color information
#DB62D3 (or 0xDB62D3) is known color: Free Speech Magenta. HEX triplet: DB, 62 and D3. RGB value is (219,98,211). Sum of RGB (Red+Green+Blue) = 219+98+211=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 98 (38.67% from 255 or 18.56% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62D3 is #249D2C. Grayscale: #929292. Windows color (decimal): -2399533 or 13853403. OLE color: 13853403.
HSL color Cylindrical-coordinate representation of color #DB62D3: hue angle of 303.97º 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 #DB62D3 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 211 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.14 |
| HSL | 303.97º | 0.63% | 0.62% | - |
| HSV(B) | 303.97º | 0.55% | 0.86% | - |
| XYZ | 45.34 | 28.5 | 64.74 | - |
| YUV | 147.06 | 164.09 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 211 | 0 | 0.55 | 0.04 | 0.14 | 303.97 | 0.63 | 0.62 |
| Hex | DB | 62 | D3 | 0 | 37 | 4 | E | 130 | 3F | 3E |
| Octal | 333 | 142 | 323 | 0 | 67 | 4 | 16 | 460 | 77 | 76 |
| Binary | 11011011 | 1100010 | 11010011 | 0 | 110111 | 100 | 1110 | 100110000 | 111111 | 111110 |
Color Harmonies of #DB62D3
Complementary color
Monochromatic Colors of #DB62D3
Black with #DB62D3
Text Example
Text Example
White with #DB62D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62D3; }
p { color: rgb(219,98,211); }
H1.HeaderClassName
{
color: #DB62D3;
}
.AnyTagClassName
{
color: #DB62D3;
}
</style>
background-color css
<style>
a { background-color: #DB62D3; }
a { background-color: rgb(219,98,211); }
div.DivClassName
{
background-color: #DB62D3;
}
.BgClassName
{
background-color: #DB62D3;
}
</style>
border-color css
<style>
span { border-color: #DB62D3; }
span { border-color: rgb(219,98,211); }
td.TdClassName
{
border-color: #DB62D3;
}
.TagClassName
{
border-color: #DB62D3;
}
</style>