Html Css Color HEX #DB62E0 Free Speech Magenta
📋 copy color: '#DB62E0'red 219 ◦ green 98 ◦ blue 224
Shades of Free Speech Magenta #DB62E0
Tints of Free Speech Magenta #DB62E0
RGB
CMYK
RGB Variations
Color information
#DB62E0 (or 0xDB62E0) is known color: Free Speech Magenta. HEX triplet: DB, 62 and E0. RGB value is (219,98,224). Sum of RGB (Red+Green+Blue) = 219+98+224=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 98 (38.67% from 255 or 18.11% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB62E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62E0 is #249D1F. Grayscale: #949494. Windows color (decimal): -2399520 or 14705371. OLE color: 14705371.
HSL color Cylindrical-coordinate representation of color #DB62E0: hue angle of 297.62º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB62E0 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 98 | 224 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.12 |
| HSL | 297.62º | 0.67% | 0.63% | - |
| HSV(B) | 297.62º | 0.56% | 0.88% | - |
| XYZ | 47.04 | 29.18 | 73.67 | - |
| YUV | 148.54 | 170.59 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 224 | 0.02 | 0.56 | 0 | 0.12 | 297.62 | 0.67 | 0.63 |
| Hex | DB | 62 | E0 | 2 | 38 | 0 | C | 12A | 43 | 3F |
| Octal | 333 | 142 | 340 | 2 | 70 | 0 | 14 | 452 | 103 | 77 |
| Binary | 11011011 | 1100010 | 11100000 | 10 | 111000 | 0 | 1100 | 100101010 | 1000011 | 111111 |
Color Harmonies of #DB62E0
Complementary color
Monochromatic Colors of #DB62E0
Black with #DB62E0
Text Example
Text Example
White with #DB62E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62E0; }
p { color: rgb(219,98,224); }
H1.HeaderClassName
{
color: #DB62E0;
}
.AnyTagClassName
{
color: #DB62E0;
}
</style>
background-color css
<style>
a { background-color: #DB62E0; }
a { background-color: rgb(219,98,224); }
div.DivClassName
{
background-color: #DB62E0;
}
.BgClassName
{
background-color: #DB62E0;
}
</style>
border-color css
<style>
span { border-color: #DB62E0; }
span { border-color: rgb(219,98,224); }
td.TdClassName
{
border-color: #DB62E0;
}
.TagClassName
{
border-color: #DB62E0;
}
</style>