Html Css Color HEX #DD42C9 Free Speech Magenta
📋 copy color: '#DD42C9'red 221 ◦ green 66 ◦ blue 201
Shades of Free Speech Magenta #DD42C9
Tints of Free Speech Magenta #DD42C9
RGB
CMYK
RGB Variations
Color information
#DD42C9 (or 0xDD42C9) is known color: Free Speech Magenta. HEX triplet: DD, 42 and C9. RGB value is (221,66,201). Sum of RGB (Red+Green+Blue) = 221+66+201=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42C9 is #22BD36. Grayscale: #7F7F7F. Windows color (decimal): -2276663 or 13189853. OLE color: 13189853.
HSL color Cylindrical-coordinate representation of color #DD42C9: hue angle of 307.74º 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 #DD42C9 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 201 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.13 |
| HSL | 307.74º | 0.7% | 0.56% | - |
| HSV(B) | 307.74º | 0.7% | 0.87% | - |
| XYZ | 42.31 | 23.49 | 57.56 | - |
| YUV | 127.74 | 169.35 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 201 | 0 | 0.70 | 0.09 | 0.13 | 307.74 | 0.7 | 0.56 |
| Hex | DD | 42 | C9 | 0 | 46 | 9 | D | 134 | 46 | 38 |
| Octal | 335 | 102 | 311 | 0 | 106 | 11 | 15 | 464 | 106 | 70 |
| Binary | 11011101 | 1000010 | 11001001 | 0 | 1000110 | 1001 | 1101 | 100110100 | 1000110 | 111000 |
Color Harmonies of #DD42C9
Complementary color
Monochromatic Colors of #DD42C9
Black with #DD42C9
Text Example
Text Example
White with #DD42C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD42C9; }
p { color: rgb(221,66,201); }
H1.HeaderClassName
{
color: #DD42C9;
}
.AnyTagClassName
{
color: #DD42C9;
}
</style>
background-color css
<style>
a { background-color: #DD42C9; }
a { background-color: rgb(221,66,201); }
div.DivClassName
{
background-color: #DD42C9;
}
.BgClassName
{
background-color: #DD42C9;
}
</style>
border-color css
<style>
span { border-color: #DD42C9; }
span { border-color: rgb(221,66,201); }
td.TdClassName
{
border-color: #DD42C9;
}
.TagClassName
{
border-color: #DD42C9;
}
</style>