Html Css Color HEX #DD42C5 Free Speech Magenta
📋 copy color: '#DD42C5'red 221 ◦ green 66 ◦ blue 197
Shades of Free Speech Magenta #DD42C5
Tints of Free Speech Magenta #DD42C5
RGB
CMYK
RGB Variations
Color information
#DD42C5 (or 0xDD42C5) is known color: Free Speech Magenta. HEX triplet: DD, 42 and C5. RGB value is (221,66,197). Sum of RGB (Red+Green+Blue) = 221+66+197=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42C5 is #22BD3A. Grayscale: #7E7E7E. Windows color (decimal): -2276667 or 12927709. OLE color: 12927709.
HSL color Cylindrical-coordinate representation of color #DD42C5: hue angle of 309.29º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD42C5 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 197 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.13 |
| HSL | 309.29º | 0.7% | 0.56% | - |
| HSV(B) | 309.29º | 0.7% | 0.87% | - |
| XYZ | 41.85 | 23.3 | 55.12 | - |
| YUV | 127.28 | 167.35 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 197 | 0 | 0.70 | 0.11 | 0.13 | 309.29 | 0.7 | 0.56 |
| Hex | DD | 42 | C5 | 0 | 46 | B | D | 135 | 46 | 38 |
| Octal | 335 | 102 | 305 | 0 | 106 | 13 | 15 | 465 | 106 | 70 |
| Binary | 11011101 | 1000010 | 11000101 | 0 | 1000110 | 1011 | 1101 | 100110101 | 1000110 | 111000 |
Color Harmonies of #DD42C5
Complementary color
Monochromatic Colors of #DD42C5
Black with #DD42C5
Text Example
Text Example
White with #DD42C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD42C5; }
p { color: rgb(221,66,197); }
H1.HeaderClassName
{
color: #DD42C5;
}
.AnyTagClassName
{
color: #DD42C5;
}
</style>
background-color css
<style>
a { background-color: #DD42C5; }
a { background-color: rgb(221,66,197); }
div.DivClassName
{
background-color: #DD42C5;
}
.BgClassName
{
background-color: #DD42C5;
}
</style>
border-color css
<style>
span { border-color: #DD42C5; }
span { border-color: rgb(221,66,197); }
td.TdClassName
{
border-color: #DD42C5;
}
.TagClassName
{
border-color: #DD42C5;
}
</style>