Html Css Color HEX #DC41CC Free Speech Magenta
📋 copy color: '#DC41CC'red 220 ◦ green 65 ◦ blue 204
Shades of Free Speech Magenta #DC41CC
Tints of Free Speech Magenta #DC41CC
RGB
CMYK
RGB Variations
Color information
#DC41CC (or 0xDC41CC) is known color: Free Speech Magenta. HEX triplet: DC, 41 and CC. RGB value is (220,65,204). Sum of RGB (Red+Green+Blue) = 220+65+204=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC41CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC41CC is #23BE33. Grayscale: #7E7E7E. Windows color (decimal): -2342452 or 13386204. OLE color: 13386204.
HSL color Cylindrical-coordinate representation of color #DC41CC: hue angle of 306.19º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC41CC is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 204 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.14 |
| HSL | 306.19º | 0.69% | 0.56% | - |
| HSV(B) | 306.19º | 0.7% | 0.86% | - |
| XYZ | 42.3 | 23.36 | 59.41 | - |
| YUV | 127.19 | 171.35 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 204 | 0 | 0.70 | 0.07 | 0.14 | 306.19 | 0.69 | 0.56 |
| Hex | DC | 41 | CC | 0 | 46 | 7 | E | 132 | 45 | 38 |
| Octal | 334 | 101 | 314 | 0 | 106 | 7 | 16 | 462 | 105 | 70 |
| Binary | 11011100 | 1000001 | 11001100 | 0 | 1000110 | 111 | 1110 | 100110010 | 1000101 | 111000 |
Color Harmonies of #DC41CC
Complementary color
Monochromatic Colors of #DC41CC
Black with #DC41CC
Text Example
Text Example
White with #DC41CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC41CC; }
p { color: rgb(220,65,204); }
H1.HeaderClassName
{
color: #DC41CC;
}
.AnyTagClassName
{
color: #DC41CC;
}
</style>
background-color css
<style>
a { background-color: #DC41CC; }
a { background-color: rgb(220,65,204); }
div.DivClassName
{
background-color: #DC41CC;
}
.BgClassName
{
background-color: #DC41CC;
}
</style>
border-color css
<style>
span { border-color: #DC41CC; }
span { border-color: rgb(220,65,204); }
td.TdClassName
{
border-color: #DC41CC;
}
.TagClassName
{
border-color: #DC41CC;
}
</style>