Html Css Color HEX #DD42C0 Free Speech Magenta
📋 copy color: '#DD42C0'red 221 ◦ green 66 ◦ blue 192
Shades of Free Speech Magenta #DD42C0
Tints of Free Speech Magenta #DD42C0
RGB
CMYK
RGB Variations
Color information
#DD42C0 (or 0xDD42C0) is known color: Free Speech Magenta. HEX triplet: DD, 42 and C0. RGB value is (221,66,192). Sum of RGB (Red+Green+Blue) = 221+66+192=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42C0 is #22BD3F. Grayscale: #7E7E7E. Windows color (decimal): -2276672 or 12600029. OLE color: 12600029.
HSL color Cylindrical-coordinate representation of color #DD42C0: hue angle of 311.23º 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 #DD42C0 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 192 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.13 |
| HSL | 311.23º | 0.7% | 0.56% | - |
| HSV(B) | 311.23º | 0.7% | 0.87% | - |
| XYZ | 41.28 | 23.07 | 52.15 | - |
| YUV | 126.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 192 | 0 | 0.70 | 0.13 | 0.13 | 311.23 | 0.7 | 0.56 |
| Hex | DD | 42 | C0 | 0 | 46 | D | D | 137 | 46 | 38 |
| Octal | 335 | 102 | 300 | 0 | 106 | 15 | 15 | 467 | 106 | 70 |
| Binary | 11011101 | 1000010 | 11000000 | 0 | 1000110 | 1101 | 1101 | 100110111 | 1000110 | 111000 |
Color Harmonies of #DD42C0
Complementary color
Monochromatic Colors of #DD42C0
Black with #DD42C0
Text Example
Text Example
White with #DD42C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD42C0; }
p { color: rgb(221,66,192); }
H1.HeaderClassName
{
color: #DD42C0;
}
.AnyTagClassName
{
color: #DD42C0;
}
</style>
background-color css
<style>
a { background-color: #DD42C0; }
a { background-color: rgb(221,66,192); }
div.DivClassName
{
background-color: #DD42C0;
}
.BgClassName
{
background-color: #DD42C0;
}
</style>
border-color css
<style>
span { border-color: #DD42C0; }
span { border-color: rgb(221,66,192); }
td.TdClassName
{
border-color: #DD42C0;
}
.TagClassName
{
border-color: #DD42C0;
}
</style>