Html Css Color HEX #DC3CCC Free Speech Magenta
📋 copy color: '#DC3CCC'red 220 ◦ green 60 ◦ blue 204
Shades of Free Speech Magenta #DC3CCC
Tints of Free Speech Magenta #DC3CCC
RGB
CMYK
RGB Variations
Color information
#DC3CCC (or 0xDC3CCC) is known color: Free Speech Magenta. HEX triplet: DC, 3C and CC. RGB value is (220,60,204). Sum of RGB (Red+Green+Blue) = 220+60+204=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3CCC is #23C333. Grayscale: #7B7B7B. Windows color (decimal): -2343732 or 13384924. OLE color: 13384924.
HSL color Cylindrical-coordinate representation of color #DC3CCC: hue angle of 306º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3CCC is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 204 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.14 |
| HSL | 306º | 0.7% | 0.55% | - |
| HSV(B) | 306º | 0.73% | 0.86% | - |
| XYZ | 42.03 | 22.81 | 59.31 | - |
| YUV | 124.26 | 173.01 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 204 | 0 | 0.73 | 0.07 | 0.14 | 306 | 0.7 | 0.55 |
| Hex | DC | 3C | CC | 0 | 49 | 7 | E | 132 | 46 | 37 |
| Octal | 334 | 74 | 314 | 0 | 111 | 7 | 16 | 462 | 106 | 67 |
| Binary | 11011100 | 111100 | 11001100 | 0 | 1001001 | 111 | 1110 | 100110010 | 1000110 | 110111 |
Color Harmonies of #DC3CCC
Complementary color
Monochromatic Colors of #DC3CCC
Black with #DC3CCC
Text Example
Text Example
White with #DC3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3CCC; }
p { color: rgb(220,60,204); }
H1.HeaderClassName
{
color: #DC3CCC;
}
.AnyTagClassName
{
color: #DC3CCC;
}
</style>
background-color css
<style>
a { background-color: #DC3CCC; }
a { background-color: rgb(220,60,204); }
div.DivClassName
{
background-color: #DC3CCC;
}
.BgClassName
{
background-color: #DC3CCC;
}
</style>
border-color css
<style>
span { border-color: #DC3CCC; }
span { border-color: rgb(220,60,204); }
td.TdClassName
{
border-color: #DC3CCC;
}
.TagClassName
{
border-color: #DC3CCC;
}
</style>