Html Css Color HEX #DB62E6 Free Speech Magenta
📋 copy color: '#DB62E6'red 219 ◦ green 98 ◦ blue 230
Shades of Free Speech Magenta #DB62E6
Tints of Free Speech Magenta #DB62E6
RGB
CMYK
RGB Variations
Color information
#DB62E6 (or 0xDB62E6) is known color: Free Speech Magenta. HEX triplet: DB, 62 and E6. RGB value is (219,98,230). Sum of RGB (Red+Green+Blue) = 219+98+230=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 98 (38.67% from 255 or 17.92% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB62E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB62E6 is #249D19. Grayscale: #949494. Windows color (decimal): -2399514 or 15098587. OLE color: 15098587.
HSL color Cylindrical-coordinate representation of color #DB62E6: hue angle of 295º degrees, saturation: 0.73, 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 #DB62E6 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 98 | 230 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.10 |
| HSL | 295º | 0.73% | 0.64% | - |
| HSV(B) | 295º | 0.57% | 0.9% | - |
| XYZ | 47.86 | 29.51 | 78.04 | - |
| YUV | 149.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 230 | 0.05 | 0.57 | 0 | 0.10 | 295 | 0.73 | 0.64 |
| Hex | DB | 62 | E6 | 5 | 39 | 0 | A | 127 | 49 | 40 |
| Octal | 333 | 142 | 346 | 5 | 71 | 0 | 12 | 447 | 111 | 100 |
| Binary | 11011011 | 1100010 | 11100110 | 101 | 111001 | 0 | 1010 | 100100111 | 1001001 | 1000000 |
Color Harmonies of #DB62E6
Complementary color
Monochromatic Colors of #DB62E6
Black with #DB62E6
Text Example
Text Example
White with #DB62E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62E6; }
p { color: rgb(219,98,230); }
H1.HeaderClassName
{
color: #DB62E6;
}
.AnyTagClassName
{
color: #DB62E6;
}
</style>
background-color css
<style>
a { background-color: #DB62E6; }
a { background-color: rgb(219,98,230); }
div.DivClassName
{
background-color: #DB62E6;
}
.BgClassName
{
background-color: #DB62E6;
}
</style>
border-color css
<style>
span { border-color: #DB62E6; }
span { border-color: rgb(219,98,230); }
td.TdClassName
{
border-color: #DB62E6;
}
.TagClassName
{
border-color: #DB62E6;
}
</style>