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