Html Css Color HEX #DD42CE Free Speech Magenta
📋 copy color: '#DD42CE'red 221 ◦ green 66 ◦ blue 206
Shades of Free Speech Magenta #DD42CE
Tints of Free Speech Magenta #DD42CE
RGB
CMYK
RGB Variations
Color information
#DD42CE (or 0xDD42CE) is known color: Free Speech Magenta. HEX triplet: DD, 42 and CE. RGB value is (221,66,206). Sum of RGB (Red+Green+Blue) = 221+66+206=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42CE is #22BD31. Grayscale: #7F7F7F. Windows color (decimal): -2276658 or 13517533. OLE color: 13517533.
HSL color Cylindrical-coordinate representation of color #DD42CE: hue angle of 305.81º 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 #DD42CE is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 206 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.13 |
| HSL | 305.81º | 0.7% | 0.56% | - |
| HSV(B) | 305.81º | 0.7% | 0.87% | - |
| XYZ | 42.91 | 23.72 | 60.71 | - |
| YUV | 128.31 | 171.85 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 206 | 0 | 0.70 | 0.07 | 0.13 | 305.81 | 0.7 | 0.56 |
| Hex | DD | 42 | CE | 0 | 46 | 7 | D | 132 | 46 | 38 |
| Octal | 335 | 102 | 316 | 0 | 106 | 7 | 15 | 462 | 106 | 70 |
| Binary | 11011101 | 1000010 | 11001110 | 0 | 1000110 | 111 | 1101 | 100110010 | 1000110 | 111000 |
Color Harmonies of #DD42CE
Complementary color
Monochromatic Colors of #DD42CE
Black with #DD42CE
Text Example
Text Example
White with #DD42CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD42CE; }
p { color: rgb(221,66,206); }
H1.HeaderClassName
{
color: #DD42CE;
}
.AnyTagClassName
{
color: #DD42CE;
}
</style>
background-color css
<style>
a { background-color: #DD42CE; }
a { background-color: rgb(221,66,206); }
div.DivClassName
{
background-color: #DD42CE;
}
.BgClassName
{
background-color: #DD42CE;
}
</style>
border-color css
<style>
span { border-color: #DD42CE; }
span { border-color: rgb(221,66,206); }
td.TdClassName
{
border-color: #DD42CE;
}
.TagClassName
{
border-color: #DD42CE;
}
</style>