Html Css Color HEX #DC40CC Free Speech Magenta
📋 copy color: '#DC40CC'red 220 ◦ green 64 ◦ blue 204
Shades of Free Speech Magenta #DC40CC
Tints of Free Speech Magenta #DC40CC
RGB
CMYK
RGB Variations
Color information
#DC40CC (or 0xDC40CC) is known color: Free Speech Magenta. HEX triplet: DC, 40 and CC. RGB value is (220,64,204). Sum of RGB (Red+Green+Blue) = 220+64+204=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC40CC is #23BF33. Grayscale: #7E7E7E. Windows color (decimal): -2342708 or 13385948. OLE color: 13385948.
HSL color Cylindrical-coordinate representation of color #DC40CC: hue angle of 306.15º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC40CC is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 204 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.14 |
| HSL | 306.15º | 0.69% | 0.56% | - |
| HSV(B) | 306.15º | 0.71% | 0.86% | - |
| XYZ | 42.25 | 23.24 | 59.39 | - |
| YUV | 126.6 | 171.68 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 204 | 0 | 0.71 | 0.07 | 0.14 | 306.15 | 0.69 | 0.56 |
| Hex | DC | 40 | CC | 0 | 47 | 7 | E | 132 | 45 | 38 |
| Octal | 334 | 100 | 314 | 0 | 107 | 7 | 16 | 462 | 105 | 70 |
| Binary | 11011100 | 1000000 | 11001100 | 0 | 1000111 | 111 | 1110 | 100110010 | 1000101 | 111000 |
Color Harmonies of #DC40CC
Complementary color
Monochromatic Colors of #DC40CC
Black with #DC40CC
Text Example
Text Example
White with #DC40CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC40CC; }
p { color: rgb(220,64,204); }
H1.HeaderClassName
{
color: #DC40CC;
}
.AnyTagClassName
{
color: #DC40CC;
}
</style>
background-color css
<style>
a { background-color: #DC40CC; }
a { background-color: rgb(220,64,204); }
div.DivClassName
{
background-color: #DC40CC;
}
.BgClassName
{
background-color: #DC40CC;
}
</style>
border-color css
<style>
span { border-color: #DC40CC; }
span { border-color: rgb(220,64,204); }
td.TdClassName
{
border-color: #DC40CC;
}
.TagClassName
{
border-color: #DC40CC;
}
</style>