Html Css Color HEX #DC60BB Free Speech Magenta
📋 copy color: '#DC60BB'red 220 ◦ green 96 ◦ blue 187
Shades of Free Speech Magenta #DC60BB
Tints of Free Speech Magenta #DC60BB
RGB
CMYK
RGB Variations
Color information
#DC60BB (or 0xDC60BB) is known color: Free Speech Magenta. HEX triplet: DC, 60 and BB. RGB value is (220,96,187). Sum of RGB (Red+Green+Blue) = 220+96+187=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60BB is #239F44. Grayscale: #8F8F8F. Windows color (decimal): -2334533 or 12280028. OLE color: 12280028.
HSL color Cylindrical-coordinate representation of color #DC60BB: hue angle of 315.97º 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 #DC60BB is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 187 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.14 |
| HSL | 315.97º | 0.64% | 0.62% | - |
| HSV(B) | 315.97º | 0.56% | 0.86% | - |
| XYZ | 42.67 | 27.17 | 50.01 | - |
| YUV | 143.45 | 152.58 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 187 | 0 | 0.56 | 0.15 | 0.14 | 315.97 | 0.64 | 0.62 |
| Hex | DC | 60 | BB | 0 | 38 | F | E | 13C | 40 | 3E |
| Octal | 334 | 140 | 273 | 0 | 70 | 17 | 16 | 474 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10111011 | 0 | 111000 | 1111 | 1110 | 100111100 | 1000000 | 111110 |
Color Harmonies of #DC60BB
Complementary color
Monochromatic Colors of #DC60BB
Black with #DC60BB
Text Example
Text Example
White with #DC60BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60BB; }
p { color: rgb(220,96,187); }
H1.HeaderClassName
{
color: #DC60BB;
}
.AnyTagClassName
{
color: #DC60BB;
}
</style>
background-color css
<style>
a { background-color: #DC60BB; }
a { background-color: rgb(220,96,187); }
div.DivClassName
{
background-color: #DC60BB;
}
.BgClassName
{
background-color: #DC60BB;
}
</style>
border-color css
<style>
span { border-color: #DC60BB; }
span { border-color: rgb(220,96,187); }
td.TdClassName
{
border-color: #DC60BB;
}
.TagClassName
{
border-color: #DC60BB;
}
</style>