Html Css Color HEX #DC55BB Free Speech Magenta
📋 copy color: '#DC55BB'red 220 ◦ green 85 ◦ blue 187
Shades of Free Speech Magenta #DC55BB
Tints of Free Speech Magenta #DC55BB
RGB
CMYK
RGB Variations
Color information
#DC55BB (or 0xDC55BB) is known color: Free Speech Magenta. HEX triplet: DC, 55 and BB. RGB value is (220,85,187). Sum of RGB (Red+Green+Blue) = 220+85+187=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC55BB is #23AA44. Grayscale: #888888. Windows color (decimal): -2337349 or 12277212. OLE color: 12277212.
HSL color Cylindrical-coordinate representation of color #DC55BB: hue angle of 314.67º 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 #DC55BB is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 187 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.14 |
| HSL | 314.67º | 0.66% | 0.6% | - |
| HSV(B) | 314.67º | 0.61% | 0.86% | - |
| XYZ | 41.73 | 25.3 | 49.7 | - |
| YUV | 136.99 | 156.23 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 187 | 0 | 0.61 | 0.15 | 0.14 | 314.67 | 0.66 | 0.6 |
| Hex | DC | 55 | BB | 0 | 3D | F | E | 13B | 42 | 3C |
| Octal | 334 | 125 | 273 | 0 | 75 | 17 | 16 | 473 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10111011 | 0 | 111101 | 1111 | 1110 | 100111011 | 1000010 | 111100 |
Color Harmonies of #DC55BB
Complementary color
Monochromatic Colors of #DC55BB
Black with #DC55BB
Text Example
Text Example
White with #DC55BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55BB; }
p { color: rgb(220,85,187); }
H1.HeaderClassName
{
color: #DC55BB;
}
.AnyTagClassName
{
color: #DC55BB;
}
</style>
background-color css
<style>
a { background-color: #DC55BB; }
a { background-color: rgb(220,85,187); }
div.DivClassName
{
background-color: #DC55BB;
}
.BgClassName
{
background-color: #DC55BB;
}
</style>
border-color css
<style>
span { border-color: #DC55BB; }
span { border-color: rgb(220,85,187); }
td.TdClassName
{
border-color: #DC55BB;
}
.TagClassName
{
border-color: #DC55BB;
}
</style>