Html Css Color HEX #DB60EA Free Speech Magenta
📋 copy color: '#DB60EA'red 219 ◦ green 96 ◦ blue 234
Shades of Free Speech Magenta #DB60EA
Tints of Free Speech Magenta #DB60EA
RGB
CMYK
RGB Variations
Color information
#DB60EA (or 0xDB60EA) is known color: Free Speech Magenta. HEX triplet: DB, 60 and EA. RGB value is (219,96,234). Sum of RGB (Red+Green+Blue) = 219+96+234=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB60EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB60EA is #249F15. Grayscale: #949494. Windows color (decimal): -2400022 or 15360219. OLE color: 15360219.
HSL color Cylindrical-coordinate representation of color #DB60EA: hue angle of 293.48º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB60EA is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 96 | 234 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.08 |
| HSL | 293.48º | 0.77% | 0.65% | - |
| HSV(B) | 293.48º | 0.59% | 0.92% | - |
| XYZ | 48.25 | 29.37 | 80.97 | - |
| YUV | 148.51 | 176.25 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 234 | 0.06 | 0.59 | 0 | 0.08 | 293.48 | 0.77 | 0.65 |
| Hex | DB | 60 | EA | 6 | 3B | 0 | 8 | 125 | 4D | 41 |
| Octal | 333 | 140 | 352 | 6 | 73 | 0 | 10 | 445 | 115 | 101 |
| Binary | 11011011 | 1100000 | 11101010 | 110 | 111011 | 0 | 1000 | 100100101 | 1001101 | 1000001 |
Color Harmonies of #DB60EA
Complementary color
Monochromatic Colors of #DB60EA
Black with #DB60EA
Text Example
Text Example
White with #DB60EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60EA; }
p { color: rgb(219,96,234); }
H1.HeaderClassName
{
color: #DB60EA;
}
.AnyTagClassName
{
color: #DB60EA;
}
</style>
background-color css
<style>
a { background-color: #DB60EA; }
a { background-color: rgb(219,96,234); }
div.DivClassName
{
background-color: #DB60EA;
}
.BgClassName
{
background-color: #DB60EA;
}
</style>
border-color css
<style>
span { border-color: #DB60EA; }
span { border-color: rgb(219,96,234); }
td.TdClassName
{
border-color: #DB60EA;
}
.TagClassName
{
border-color: #DB60EA;
}
</style>