Html Css Color HEX #DD4CCD Free Speech Magenta
📋 copy color: '#DD4CCD'red 221 ◦ green 76 ◦ blue 205
Shades of Free Speech Magenta #DD4CCD
Tints of Free Speech Magenta #DD4CCD
RGB
CMYK
RGB Variations
Color information
#DD4CCD (or 0xDD4CCD) is known color: Free Speech Magenta. HEX triplet: DD, 4C and CD. RGB value is (221,76,205). Sum of RGB (Red+Green+Blue) = 221+76+205=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4CCD is #22B332. Grayscale: #858585. Windows color (decimal): -2274099 or 13454557. OLE color: 13454557.
HSL color Cylindrical-coordinate representation of color #DD4CCD: hue angle of 306.62º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4CCD is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 205 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.13 |
| HSL | 306.62º | 0.68% | 0.58% | - |
| HSV(B) | 306.62º | 0.66% | 0.87% | - |
| XYZ | 43.42 | 24.95 | 60.28 | - |
| YUV | 134.06 | 168.04 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 205 | 0 | 0.66 | 0.07 | 0.13 | 306.62 | 0.68 | 0.58 |
| Hex | DD | 4C | CD | 0 | 42 | 7 | D | 133 | 44 | 3A |
| Octal | 335 | 114 | 315 | 0 | 102 | 7 | 15 | 463 | 104 | 72 |
| Binary | 11011101 | 1001100 | 11001101 | 0 | 1000010 | 111 | 1101 | 100110011 | 1000100 | 111010 |
Color Harmonies of #DD4CCD
Complementary color
Monochromatic Colors of #DD4CCD
Black with #DD4CCD
Text Example
Text Example
White with #DD4CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4CCD; }
p { color: rgb(221,76,205); }
H1.HeaderClassName
{
color: #DD4CCD;
}
.AnyTagClassName
{
color: #DD4CCD;
}
</style>
background-color css
<style>
a { background-color: #DD4CCD; }
a { background-color: rgb(221,76,205); }
div.DivClassName
{
background-color: #DD4CCD;
}
.BgClassName
{
background-color: #DD4CCD;
}
</style>
border-color css
<style>
span { border-color: #DD4CCD; }
span { border-color: rgb(221,76,205); }
td.TdClassName
{
border-color: #DD4CCD;
}
.TagClassName
{
border-color: #DD4CCD;
}
</style>