Html Css Color HEX #DC55DB Free Speech Magenta
📋 copy color: '#DC55DB'red 220 ◦ green 85 ◦ blue 219
Shades of Free Speech Magenta #DC55DB
Tints of Free Speech Magenta #DC55DB
RGB
CMYK
RGB Variations
Color information
#DC55DB (or 0xDC55DB) is known color: Free Speech Magenta. HEX triplet: DC, 55 and DB. RGB value is (220,85,219). Sum of RGB (Red+Green+Blue) = 220+85+219=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 85 (33.59% from 255 or 16.22% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC55DB is #23AA24. Grayscale: #8C8C8C. Windows color (decimal): -2337317 or 14374364. OLE color: 14374364.
HSL color Cylindrical-coordinate representation of color #DC55DB: hue angle of 300.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC55DB is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 219 | - |
| CMYK | 0 | 0.61 | 0.00 | 0.14 |
| HSL | 300.44º | 0.66% | 0.6% | - |
| HSV(B) | 300.44º | 0.61% | 0.86% | - |
| XYZ | 45.55 | 26.83 | 69.8 | - |
| YUV | 140.64 | 172.23 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 219 | 0 | 0.61 | 0.00 | 0.14 | 300.44 | 0.66 | 0.6 |
| Hex | DC | 55 | DB | 0 | 3D | 0 | E | 12C | 42 | 3C |
| Octal | 334 | 125 | 333 | 0 | 75 | 0 | 16 | 454 | 102 | 74 |
| Binary | 11011100 | 1010101 | 11011011 | 0 | 111101 | 0 | 1110 | 100101100 | 1000010 | 111100 |
Color Harmonies of #DC55DB
Complementary color
Monochromatic Colors of #DC55DB
Black with #DC55DB
Text Example
Text Example
White with #DC55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55DB; }
p { color: rgb(220,85,219); }
H1.HeaderClassName
{
color: #DC55DB;
}
.AnyTagClassName
{
color: #DC55DB;
}
</style>
background-color css
<style>
a { background-color: #DC55DB; }
a { background-color: rgb(220,85,219); }
div.DivClassName
{
background-color: #DC55DB;
}
.BgClassName
{
background-color: #DC55DB;
}
</style>
border-color css
<style>
span { border-color: #DC55DB; }
span { border-color: rgb(220,85,219); }
td.TdClassName
{
border-color: #DC55DB;
}
.TagClassName
{
border-color: #DC55DB;
}
</style>