Html Css Color HEX #DB60DC Free Speech Magenta
📋 copy color: '#DB60DC'red 219 ◦ green 96 ◦ blue 220
Shades of Free Speech Magenta #DB60DC
Tints of Free Speech Magenta #DB60DC
RGB
CMYK
RGB Variations
Color information
#DB60DC (or 0xDB60DC) is known color: Free Speech Magenta. HEX triplet: DB, 60 and DC. RGB value is (219,96,220). Sum of RGB (Red+Green+Blue) = 219+96+220=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB60DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60DC is #249F23. Grayscale: #929292. Windows color (decimal): -2400036 or 14442715. OLE color: 14442715.
HSL color Cylindrical-coordinate representation of color #DB60DC: hue angle of 299.52º degrees, saturation: 0.64, 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 #DB60DC is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 220 | - |
| CMYK | 0.00 | 0.56 | 0 | 0.14 |
| HSL | 299.52º | 0.64% | 0.62% | - |
| HSV(B) | 299.52º | 0.56% | 0.86% | - |
| XYZ | 46.31 | 28.59 | 70.79 | - |
| YUV | 146.91 | 169.25 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 220 | 0.00 | 0.56 | 0 | 0.14 | 299.52 | 0.64 | 0.62 |
| Hex | DB | 60 | DC | 0 | 38 | 0 | E | 12C | 40 | 3E |
| Octal | 333 | 140 | 334 | 0 | 70 | 0 | 16 | 454 | 100 | 76 |
| Binary | 11011011 | 1100000 | 11011100 | 0 | 111000 | 0 | 1110 | 100101100 | 1000000 | 111110 |
Color Harmonies of #DB60DC
Complementary color
Monochromatic Colors of #DB60DC
Black with #DB60DC
Text Example
Text Example
White with #DB60DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60DC; }
p { color: rgb(219,96,220); }
H1.HeaderClassName
{
color: #DB60DC;
}
.AnyTagClassName
{
color: #DB60DC;
}
</style>
background-color css
<style>
a { background-color: #DB60DC; }
a { background-color: rgb(219,96,220); }
div.DivClassName
{
background-color: #DB60DC;
}
.BgClassName
{
background-color: #DB60DC;
}
</style>
border-color css
<style>
span { border-color: #DB60DC; }
span { border-color: rgb(219,96,220); }
td.TdClassName
{
border-color: #DB60DC;
}
.TagClassName
{
border-color: #DB60DC;
}
</style>