Html Css Color HEX #DB60D8 Free Speech Magenta
📋 copy color: '#DB60D8'red 219 ◦ green 96 ◦ blue 216
Shades of Free Speech Magenta #DB60D8
Tints of Free Speech Magenta #DB60D8
RGB
CMYK
RGB Variations
Color information
#DB60D8 (or 0xDB60D8) is known color: Free Speech Magenta. HEX triplet: DB, 60 and D8. RGB value is (219,96,216). Sum of RGB (Red+Green+Blue) = 219+96+216=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60D8 is #249F27. Grayscale: #929292. Windows color (decimal): -2400040 or 14180571. OLE color: 14180571.
HSL color Cylindrical-coordinate representation of color #DB60D8: hue angle of 301.46º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB60D8 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 216 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.14 |
| HSL | 301.46º | 0.63% | 0.62% | - |
| HSV(B) | 301.46º | 0.56% | 0.86% | - |
| XYZ | 45.79 | 28.38 | 68.03 | - |
| YUV | 146.46 | 167.25 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 216 | 0 | 0.56 | 0.01 | 0.14 | 301.46 | 0.63 | 0.62 |
| Hex | DB | 60 | D8 | 0 | 38 | 1 | E | 12D | 3F | 3E |
| Octal | 333 | 140 | 330 | 0 | 70 | 1 | 16 | 455 | 77 | 76 |
| Binary | 11011011 | 1100000 | 11011000 | 0 | 111000 | 1 | 1110 | 100101101 | 111111 | 111110 |
Color Harmonies of #DB60D8
Complementary color
Monochromatic Colors of #DB60D8
Black with #DB60D8
Text Example
Text Example
White with #DB60D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60D8; }
p { color: rgb(219,96,216); }
H1.HeaderClassName
{
color: #DB60D8;
}
.AnyTagClassName
{
color: #DB60D8;
}
</style>
background-color css
<style>
a { background-color: #DB60D8; }
a { background-color: rgb(219,96,216); }
div.DivClassName
{
background-color: #DB60D8;
}
.BgClassName
{
background-color: #DB60D8;
}
</style>
border-color css
<style>
span { border-color: #DB60D8; }
span { border-color: rgb(219,96,216); }
td.TdClassName
{
border-color: #DB60D8;
}
.TagClassName
{
border-color: #DB60D8;
}
</style>