Html Css Color HEX #DD40CC Free Speech Magenta
📋 copy color: '#DD40CC'red 221 ◦ green 64 ◦ blue 204
Shades of Free Speech Magenta #DD40CC
Tints of Free Speech Magenta #DD40CC
RGB
CMYK
RGB Variations
Color information
#DD40CC (or 0xDD40CC) is known color: Free Speech Magenta. HEX triplet: DD, 40 and CC. RGB value is (221,64,204). Sum of RGB (Red+Green+Blue) = 221+64+204=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40CC is #22BF33. Grayscale: #7E7E7E. Windows color (decimal): -2277172 or 13385949. OLE color: 13385949.
HSL color Cylindrical-coordinate representation of color #DD40CC: hue angle of 306.5º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD40CC is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 204 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.13 |
| HSL | 306.5º | 0.7% | 0.56% | - |
| HSV(B) | 306.5º | 0.71% | 0.87% | - |
| XYZ | 42.55 | 23.4 | 59.4 | - |
| YUV | 126.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 204 | 0 | 0.71 | 0.08 | 0.13 | 306.5 | 0.7 | 0.56 |
| Hex | DD | 40 | CC | 0 | 47 | 8 | D | 132 | 46 | 38 |
| Octal | 335 | 100 | 314 | 0 | 107 | 10 | 15 | 462 | 106 | 70 |
| Binary | 11011101 | 1000000 | 11001100 | 0 | 1000111 | 1000 | 1101 | 100110010 | 1000110 | 111000 |
Color Harmonies of #DD40CC
Complementary color
Monochromatic Colors of #DD40CC
Black with #DD40CC
Text Example
Text Example
White with #DD40CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD40CC; }
p { color: rgb(221,64,204); }
H1.HeaderClassName
{
color: #DD40CC;
}
.AnyTagClassName
{
color: #DD40CC;
}
</style>
background-color css
<style>
a { background-color: #DD40CC; }
a { background-color: rgb(221,64,204); }
div.DivClassName
{
background-color: #DD40CC;
}
.BgClassName
{
background-color: #DD40CC;
}
</style>
border-color css
<style>
span { border-color: #DD40CC; }
span { border-color: rgb(221,64,204); }
td.TdClassName
{
border-color: #DD40CC;
}
.TagClassName
{
border-color: #DD40CC;
}
</style>