Html Css Color HEX #DB62E5 Free Speech Magenta
📋 copy color: '#DB62E5'red 219 ◦ green 98 ◦ blue 229
Shades of Free Speech Magenta #DB62E5
Tints of Free Speech Magenta #DB62E5
RGB
CMYK
RGB Variations
Color information
#DB62E5 (or 0xDB62E5) is known color: Free Speech Magenta. HEX triplet: DB, 62 and E5. RGB value is (219,98,229). Sum of RGB (Red+Green+Blue) = 219+98+229=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 98 (38.67% from 255 or 17.95% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB62E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62E5 is #249D1A. Grayscale: #949494. Windows color (decimal): -2399515 or 15033051. OLE color: 15033051.
HSL color Cylindrical-coordinate representation of color #DB62E5: hue angle of 295.42º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB62E5 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 98 | 229 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.10 |
| HSL | 295.42º | 0.72% | 0.64% | - |
| HSV(B) | 295.42º | 0.57% | 0.9% | - |
| XYZ | 47.72 | 29.45 | 77.3 | - |
| YUV | 149.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 229 | 0.04 | 0.57 | 0 | 0.10 | 295.42 | 0.72 | 0.64 |
| Hex | DB | 62 | E5 | 4 | 39 | 0 | A | 127 | 48 | 40 |
| Octal | 333 | 142 | 345 | 4 | 71 | 0 | 12 | 447 | 110 | 100 |
| Binary | 11011011 | 1100010 | 11100101 | 100 | 111001 | 0 | 1010 | 100100111 | 1001000 | 1000000 |
Color Harmonies of #DB62E5
Complementary color
Monochromatic Colors of #DB62E5
Black with #DB62E5
Text Example
Text Example
White with #DB62E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62E5; }
p { color: rgb(219,98,229); }
H1.HeaderClassName
{
color: #DB62E5;
}
.AnyTagClassName
{
color: #DB62E5;
}
</style>
background-color css
<style>
a { background-color: #DB62E5; }
a { background-color: rgb(219,98,229); }
div.DivClassName
{
background-color: #DB62E5;
}
.BgClassName
{
background-color: #DB62E5;
}
</style>
border-color css
<style>
span { border-color: #DB62E5; }
span { border-color: rgb(219,98,229); }
td.TdClassName
{
border-color: #DB62E5;
}
.TagClassName
{
border-color: #DB62E5;
}
</style>