Html Css Color HEX #DD52CA Free Speech Magenta
📋 copy color: '#DD52CA'red 221 ◦ green 82 ◦ blue 202
Shades of Free Speech Magenta #DD52CA
Tints of Free Speech Magenta #DD52CA
RGB
CMYK
RGB Variations
Color information
#DD52CA (or 0xDD52CA) is known color: Free Speech Magenta. HEX triplet: DD, 52 and CA. RGB value is (221,82,202). Sum of RGB (Red+Green+Blue) = 221+82+202=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD52CA is #22AD35. Grayscale: #888888. Windows color (decimal): -2272566 or 13259485. OLE color: 13259485.
HSL color Cylindrical-coordinate representation of color #DD52CA: hue angle of 308.2º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD52CA is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 202 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.13 |
| HSL | 308.2º | 0.67% | 0.59% | - |
| HSV(B) | 308.2º | 0.63% | 0.87% | - |
| XYZ | 43.5 | 25.67 | 58.54 | - |
| YUV | 137.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 202 | 0 | 0.63 | 0.09 | 0.13 | 308.2 | 0.67 | 0.59 |
| Hex | DD | 52 | CA | 0 | 3F | 9 | D | 134 | 43 | 3B |
| Octal | 335 | 122 | 312 | 0 | 77 | 11 | 15 | 464 | 103 | 73 |
| Binary | 11011101 | 1010010 | 11001010 | 0 | 111111 | 1001 | 1101 | 100110100 | 1000011 | 111011 |
Color Harmonies of #DD52CA
Complementary color
Monochromatic Colors of #DD52CA
Black with #DD52CA
Text Example
Text Example
White with #DD52CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD52CA; }
p { color: rgb(221,82,202); }
H1.HeaderClassName
{
color: #DD52CA;
}
.AnyTagClassName
{
color: #DD52CA;
}
</style>
background-color css
<style>
a { background-color: #DD52CA; }
a { background-color: rgb(221,82,202); }
div.DivClassName
{
background-color: #DD52CA;
}
.BgClassName
{
background-color: #DD52CA;
}
</style>
border-color css
<style>
span { border-color: #DD52CA; }
span { border-color: rgb(221,82,202); }
td.TdClassName
{
border-color: #DD52CA;
}
.TagClassName
{
border-color: #DD52CA;
}
</style>