Html Css Color HEX #DD50CA Free Speech Magenta
📋 copy color: '#DD50CA'red 221 ◦ green 80 ◦ blue 202
Shades of Free Speech Magenta #DD50CA
Tints of Free Speech Magenta #DD50CA
RGB
CMYK
RGB Variations
Color information
#DD50CA (or 0xDD50CA) is known color: Free Speech Magenta. HEX triplet: DD, 50 and CA. RGB value is (221,80,202). Sum of RGB (Red+Green+Blue) = 221+80+202=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50CA is #22AF35. Grayscale: #878787. Windows color (decimal): -2273078 or 13258973. OLE color: 13258973.
HSL color Cylindrical-coordinate representation of color #DD50CA: hue angle of 308.09º 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 #DD50CA is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 202 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.13 |
| HSL | 308.09º | 0.67% | 0.59% | - |
| HSV(B) | 308.09º | 0.64% | 0.87% | - |
| XYZ | 43.35 | 25.37 | 58.49 | - |
| YUV | 136.07 | 165.21 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 202 | 0 | 0.64 | 0.09 | 0.13 | 308.09 | 0.67 | 0.59 |
| Hex | DD | 50 | CA | 0 | 40 | 9 | D | 134 | 43 | 3B |
| Octal | 335 | 120 | 312 | 0 | 100 | 11 | 15 | 464 | 103 | 73 |
| Binary | 11011101 | 1010000 | 11001010 | 0 | 1000000 | 1001 | 1101 | 100110100 | 1000011 | 111011 |
Color Harmonies of #DD50CA
Complementary color
Monochromatic Colors of #DD50CA
Black with #DD50CA
Text Example
Text Example
White with #DD50CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50CA; }
p { color: rgb(221,80,202); }
H1.HeaderClassName
{
color: #DD50CA;
}
.AnyTagClassName
{
color: #DD50CA;
}
</style>
background-color css
<style>
a { background-color: #DD50CA; }
a { background-color: rgb(221,80,202); }
div.DivClassName
{
background-color: #DD50CA;
}
.BgClassName
{
background-color: #DD50CA;
}
</style>
border-color css
<style>
span { border-color: #DD50CA; }
span { border-color: rgb(221,80,202); }
td.TdClassName
{
border-color: #DD50CA;
}
.TagClassName
{
border-color: #DD50CA;
}
</style>