Html Css Color HEX #DC60D5 Free Speech Magenta
📋 copy color: '#DC60D5'red 220 ◦ green 96 ◦ blue 213
Shades of Free Speech Magenta #DC60D5
Tints of Free Speech Magenta #DC60D5
RGB
CMYK
RGB Variations
Color information
#DC60D5 (or 0xDC60D5) is known color: Free Speech Magenta. HEX triplet: DC, 60 and D5. RGB value is (220,96,213). Sum of RGB (Red+Green+Blue) = 220+96+213=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60D5 is #239F2A. Grayscale: #929292. Windows color (decimal): -2334507 or 13983964. OLE color: 13983964.
HSL color Cylindrical-coordinate representation of color #DC60D5: hue angle of 303.39º 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 #DC60D5 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 213 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.14 |
| HSL | 303.39º | 0.64% | 0.62% | - |
| HSV(B) | 303.39º | 0.56% | 0.86% | - |
| XYZ | 45.71 | 28.39 | 66.02 | - |
| YUV | 146.41 | 165.58 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 213 | 0 | 0.56 | 0.03 | 0.14 | 303.39 | 0.64 | 0.62 |
| Hex | DC | 60 | D5 | 0 | 38 | 3 | E | 12F | 40 | 3E |
| Octal | 334 | 140 | 325 | 0 | 70 | 3 | 16 | 457 | 100 | 76 |
| Binary | 11011100 | 1100000 | 11010101 | 0 | 111000 | 11 | 1110 | 100101111 | 1000000 | 111110 |
Color Harmonies of #DC60D5
Complementary color
Monochromatic Colors of #DC60D5
Black with #DC60D5
Text Example
Text Example
White with #DC60D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60D5; }
p { color: rgb(220,96,213); }
H1.HeaderClassName
{
color: #DC60D5;
}
.AnyTagClassName
{
color: #DC60D5;
}
</style>
background-color css
<style>
a { background-color: #DC60D5; }
a { background-color: rgb(220,96,213); }
div.DivClassName
{
background-color: #DC60D5;
}
.BgClassName
{
background-color: #DC60D5;
}
</style>
border-color css
<style>
span { border-color: #DC60D5; }
span { border-color: rgb(220,96,213); }
td.TdClassName
{
border-color: #DC60D5;
}
.TagClassName
{
border-color: #DC60D5;
}
</style>