Html Css Color HEX #DD50CC Free Speech Magenta
📋 copy color: '#DD50CC'red 221 ◦ green 80 ◦ blue 204
Shades of Free Speech Magenta #DD50CC
Tints of Free Speech Magenta #DD50CC
RGB
CMYK
RGB Variations
Color information
#DD50CC (or 0xDD50CC) is known color: Free Speech Magenta. HEX triplet: DD, 50 and CC. RGB value is (221,80,204). Sum of RGB (Red+Green+Blue) = 221+80+204=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50CC is #22AF33. Grayscale: #878787. Windows color (decimal): -2273076 or 13390045. OLE color: 13390045.
HSL color Cylindrical-coordinate representation of color #DD50CC: hue angle of 307.23º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD50CC is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 204 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.13 |
| HSL | 307.23º | 0.67% | 0.59% | - |
| HSV(B) | 307.23º | 0.64% | 0.87% | - |
| XYZ | 43.59 | 25.47 | 59.75 | - |
| YUV | 136.3 | 166.21 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 204 | 0 | 0.64 | 0.08 | 0.13 | 307.23 | 0.67 | 0.59 |
| Hex | DD | 50 | CC | 0 | 40 | 8 | D | 133 | 43 | 3B |
| Octal | 335 | 120 | 314 | 0 | 100 | 10 | 15 | 463 | 103 | 73 |
| Binary | 11011101 | 1010000 | 11001100 | 0 | 1000000 | 1000 | 1101 | 100110011 | 1000011 | 111011 |
Color Harmonies of #DD50CC
Complementary color
Monochromatic Colors of #DD50CC
Black with #DD50CC
Text Example
Text Example
White with #DD50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50CC; }
p { color: rgb(221,80,204); }
H1.HeaderClassName
{
color: #DD50CC;
}
.AnyTagClassName
{
color: #DD50CC;
}
</style>
background-color css
<style>
a { background-color: #DD50CC; }
a { background-color: rgb(221,80,204); }
div.DivClassName
{
background-color: #DD50CC;
}
.BgClassName
{
background-color: #DD50CC;
}
</style>
border-color css
<style>
span { border-color: #DD50CC; }
span { border-color: rgb(221,80,204); }
td.TdClassName
{
border-color: #DD50CC;
}
.TagClassName
{
border-color: #DD50CC;
}
</style>