Html Css Color HEX #DB60E4 Free Speech Magenta
📋 copy color: '#DB60E4'red 219 ◦ green 96 ◦ blue 228
Shades of Free Speech Magenta #DB60E4
Tints of Free Speech Magenta #DB60E4
RGB
CMYK
RGB Variations
Color information
#DB60E4 (or 0xDB60E4) is known color: Free Speech Magenta. HEX triplet: DB, 60 and E4. RGB value is (219,96,228). Sum of RGB (Red+Green+Blue) = 219+96+228=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB60E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60E4 is #249F1B. Grayscale: #939393. Windows color (decimal): -2400028 or 14967003. OLE color: 14967003.
HSL color Cylindrical-coordinate representation of color #DB60E4: hue angle of 295.91º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB60E4 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 96 | 228 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.11 |
| HSL | 295.91º | 0.71% | 0.64% | - |
| HSV(B) | 295.91º | 0.58% | 0.89% | - |
| XYZ | 47.4 | 29.03 | 76.5 | - |
| YUV | 147.83 | 173.25 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 228 | 0.04 | 0.58 | 0 | 0.11 | 295.91 | 0.71 | 0.64 |
| Hex | DB | 60 | E4 | 4 | 3A | 0 | B | 128 | 47 | 40 |
| Octal | 333 | 140 | 344 | 4 | 72 | 0 | 13 | 450 | 107 | 100 |
| Binary | 11011011 | 1100000 | 11100100 | 100 | 111010 | 0 | 1011 | 100101000 | 1000111 | 1000000 |
Color Harmonies of #DB60E4
Complementary color
Monochromatic Colors of #DB60E4
Black with #DB60E4
Text Example
Text Example
White with #DB60E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60E4; }
p { color: rgb(219,96,228); }
H1.HeaderClassName
{
color: #DB60E4;
}
.AnyTagClassName
{
color: #DB60E4;
}
</style>
background-color css
<style>
a { background-color: #DB60E4; }
a { background-color: rgb(219,96,228); }
div.DivClassName
{
background-color: #DB60E4;
}
.BgClassName
{
background-color: #DB60E4;
}
</style>
border-color css
<style>
span { border-color: #DB60E4; }
span { border-color: rgb(219,96,228); }
td.TdClassName
{
border-color: #DB60E4;
}
.TagClassName
{
border-color: #DB60E4;
}
</style>