Html Css Color HEX #DC60BD Free Speech Magenta
📋 copy color: '#DC60BD'red 220 ◦ green 96 ◦ blue 189
Shades of Free Speech Magenta #DC60BD
Tints of Free Speech Magenta #DC60BD
RGB
CMYK
RGB Variations
Color information
#DC60BD (or 0xDC60BD) is known color: Free Speech Magenta. HEX triplet: DC, 60 and BD. RGB value is (220,96,189). Sum of RGB (Red+Green+Blue) = 220+96+189=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60BD is #239F42. Grayscale: #8F8F8F. Windows color (decimal): -2334531 or 12411100. OLE color: 12411100.
HSL color Cylindrical-coordinate representation of color #DC60BD: hue angle of 315º 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 #DC60BD is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 189 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.14 |
| HSL | 315º | 0.64% | 0.62% | - |
| HSV(B) | 315º | 0.56% | 0.86% | - |
| XYZ | 42.88 | 27.26 | 51.14 | - |
| YUV | 143.68 | 153.58 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 189 | 0 | 0.56 | 0.14 | 0.14 | 315 | 0.64 | 0.62 |
| Hex | DC | 60 | BD | 0 | 38 | E | E | 13B | 40 | 3E |
| Octal | 334 | 140 | 275 | 0 | 70 | 16 | 16 | 473 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10111101 | 0 | 111000 | 1110 | 1110 | 100111011 | 1000000 | 111110 |
Color Harmonies of #DC60BD
Complementary color
Monochromatic Colors of #DC60BD
Black with #DC60BD
Text Example
Text Example
White with #DC60BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60BD; }
p { color: rgb(220,96,189); }
H1.HeaderClassName
{
color: #DC60BD;
}
.AnyTagClassName
{
color: #DC60BD;
}
</style>
background-color css
<style>
a { background-color: #DC60BD; }
a { background-color: rgb(220,96,189); }
div.DivClassName
{
background-color: #DC60BD;
}
.BgClassName
{
background-color: #DC60BD;
}
</style>
border-color css
<style>
span { border-color: #DC60BD; }
span { border-color: rgb(220,96,189); }
td.TdClassName
{
border-color: #DC60BD;
}
.TagClassName
{
border-color: #DC60BD;
}
</style>