Html Css Color HEX #DC60D4 Free Speech Magenta
📋 copy color: '#DC60D4'red 220 ◦ green 96 ◦ blue 212
Shades of Free Speech Magenta #DC60D4
Tints of Free Speech Magenta #DC60D4
RGB
CMYK
RGB Variations
Color information
#DC60D4 (or 0xDC60D4) is known color: Free Speech Magenta. HEX triplet: DC, 60 and D4. RGB value is (220,96,212). Sum of RGB (Red+Green+Blue) = 220+96+212=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60D4 is #239F2B. Grayscale: #919191. Windows color (decimal): -2334508 or 13918428. OLE color: 13918428.
HSL color Cylindrical-coordinate representation of color #DC60D4: hue angle of 303.87º 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 #DC60D4 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 212 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.14 |
| HSL | 303.87º | 0.64% | 0.62% | - |
| HSV(B) | 303.87º | 0.56% | 0.86% | - |
| XYZ | 45.58 | 28.33 | 65.35 | - |
| YUV | 146.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 212 | 0 | 0.56 | 0.04 | 0.14 | 303.87 | 0.64 | 0.62 |
| Hex | DC | 60 | D4 | 0 | 38 | 4 | E | 130 | 40 | 3E |
| Octal | 334 | 140 | 324 | 0 | 70 | 4 | 16 | 460 | 100 | 76 |
| Binary | 11011100 | 1100000 | 11010100 | 0 | 111000 | 100 | 1110 | 100110000 | 1000000 | 111110 |
Color Harmonies of #DC60D4
Complementary color
Monochromatic Colors of #DC60D4
Black with #DC60D4
Text Example
Text Example
White with #DC60D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60D4; }
p { color: rgb(220,96,212); }
H1.HeaderClassName
{
color: #DC60D4;
}
.AnyTagClassName
{
color: #DC60D4;
}
</style>
background-color css
<style>
a { background-color: #DC60D4; }
a { background-color: rgb(220,96,212); }
div.DivClassName
{
background-color: #DC60D4;
}
.BgClassName
{
background-color: #DC60D4;
}
</style>
border-color css
<style>
span { border-color: #DC60D4; }
span { border-color: rgb(220,96,212); }
td.TdClassName
{
border-color: #DC60D4;
}
.TagClassName
{
border-color: #DC60D4;
}
</style>