Html Css Color HEX #DD4DDC Free Speech Magenta
📋 copy color: '#DD4DDC'red 221 ◦ green 77 ◦ blue 220
Shades of Free Speech Magenta #DD4DDC
Tints of Free Speech Magenta #DD4DDC
RGB
CMYK
RGB Variations
Color information
#DD4DDC (or 0xDD4DDC) is known color: Free Speech Magenta. HEX triplet: DD, 4D and DC. RGB value is (221,77,220). Sum of RGB (Red+Green+Blue) = 221+77+220=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DDC is #22B223. Grayscale: #878787. Windows color (decimal): -2273828 or 14437853. OLE color: 14437853.
HSL color Cylindrical-coordinate representation of color #DD4DDC: hue angle of 300.42º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4DDC is Cyan = 0, Magento = 0.65, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 220 | - |
| CMYK | 0 | 0.65 | 0.00 | 0.13 |
| HSL | 300.42º | 0.68% | 0.58% | - |
| HSV(B) | 300.42º | 0.65% | 0.87% | - |
| XYZ | 45.39 | 25.85 | 70.31 | - |
| YUV | 136.36 | 175.21 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 220 | 0 | 0.65 | 0.00 | 0.13 | 300.42 | 0.68 | 0.58 |
| Hex | DD | 4D | DC | 0 | 41 | 0 | D | 12C | 44 | 3A |
| Octal | 335 | 115 | 334 | 0 | 101 | 0 | 15 | 454 | 104 | 72 |
| Binary | 11011101 | 1001101 | 11011100 | 0 | 1000001 | 0 | 1101 | 100101100 | 1000100 | 111010 |
Color Harmonies of #DD4DDC
Complementary color
Monochromatic Colors of #DD4DDC
Black with #DD4DDC
Text Example
Text Example
White with #DD4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DDC; }
p { color: rgb(221,77,220); }
H1.HeaderClassName
{
color: #DD4DDC;
}
.AnyTagClassName
{
color: #DD4DDC;
}
</style>
background-color css
<style>
a { background-color: #DD4DDC; }
a { background-color: rgb(221,77,220); }
div.DivClassName
{
background-color: #DD4DDC;
}
.BgClassName
{
background-color: #DD4DDC;
}
</style>
border-color css
<style>
span { border-color: #DD4DDC; }
span { border-color: rgb(221,77,220); }
td.TdClassName
{
border-color: #DD4DDC;
}
.TagClassName
{
border-color: #DD4DDC;
}
</style>