Html Css Color HEX #DB60DD Free Speech Magenta
📋 copy color: '#DB60DD'red 219 ◦ green 96 ◦ blue 221
Shades of Free Speech Magenta #DB60DD
Tints of Free Speech Magenta #DB60DD
RGB
CMYK
RGB Variations
Color information
#DB60DD (or 0xDB60DD) is known color: Free Speech Magenta. HEX triplet: DB, 60 and DD. RGB value is (219,96,221). Sum of RGB (Red+Green+Blue) = 219+96+221=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB60DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60DD is #249F22. Grayscale: #929292. Windows color (decimal): -2400035 or 14508251. OLE color: 14508251.
HSL color Cylindrical-coordinate representation of color #DB60DD: hue angle of 299.04º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB60DD is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 96 | 221 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.13 |
| HSL | 299.04º | 0.65% | 0.62% | - |
| HSV(B) | 299.04º | 0.57% | 0.87% | - |
| XYZ | 46.45 | 28.65 | 71.49 | - |
| YUV | 147.03 | 169.75 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 221 | 0.01 | 0.57 | 0 | 0.13 | 299.04 | 0.65 | 0.62 |
| Hex | DB | 60 | DD | 1 | 39 | 0 | D | 12B | 41 | 3E |
| Octal | 333 | 140 | 335 | 1 | 71 | 0 | 15 | 453 | 101 | 76 |
| Binary | 11011011 | 1100000 | 11011101 | 1 | 111001 | 0 | 1101 | 100101011 | 1000001 | 111110 |
Color Harmonies of #DB60DD
Complementary color
Monochromatic Colors of #DB60DD
Black with #DB60DD
Text Example
Text Example
White with #DB60DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60DD; }
p { color: rgb(219,96,221); }
H1.HeaderClassName
{
color: #DB60DD;
}
.AnyTagClassName
{
color: #DB60DD;
}
</style>
background-color css
<style>
a { background-color: #DB60DD; }
a { background-color: rgb(219,96,221); }
div.DivClassName
{
background-color: #DB60DD;
}
.BgClassName
{
background-color: #DB60DD;
}
</style>
border-color css
<style>
span { border-color: #DB60DD; }
span { border-color: rgb(219,96,221); }
td.TdClassName
{
border-color: #DB60DD;
}
.TagClassName
{
border-color: #DB60DD;
}
</style>