Html Css Color HEX #DD4DC6 Free Speech Magenta
📋 copy color: '#DD4DC6'red 221 ◦ green 77 ◦ blue 198
Shades of Free Speech Magenta #DD4DC6
Tints of Free Speech Magenta #DD4DC6
RGB
CMYK
RGB Variations
Color information
#DD4DC6 (or 0xDD4DC6) is known color: Free Speech Magenta. HEX triplet: DD, 4D and C6. RGB value is (221,77,198). Sum of RGB (Red+Green+Blue) = 221+77+198=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 77 (30.47% from 255 or 15.52% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DC6 is #22B239. Grayscale: #858585. Windows color (decimal): -2273850 or 12996061. OLE color: 12996061.
HSL color Cylindrical-coordinate representation of color #DD4DC6: hue angle of 309.58º 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 #DD4DC6 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 198 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.13 |
| HSL | 309.58º | 0.68% | 0.58% | - |
| HSV(B) | 309.58º | 0.65% | 0.87% | - |
| XYZ | 42.67 | 24.76 | 55.96 | - |
| YUV | 133.85 | 164.21 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 198 | 0 | 0.65 | 0.10 | 0.13 | 309.58 | 0.68 | 0.58 |
| Hex | DD | 4D | C6 | 0 | 41 | A | D | 136 | 44 | 3A |
| Octal | 335 | 115 | 306 | 0 | 101 | 12 | 15 | 466 | 104 | 72 |
| Binary | 11011101 | 1001101 | 11000110 | 0 | 1000001 | 1010 | 1101 | 100110110 | 1000100 | 111010 |
Color Harmonies of #DD4DC6
Complementary color
Monochromatic Colors of #DD4DC6
Black with #DD4DC6
Text Example
Text Example
White with #DD4DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DC6; }
p { color: rgb(221,77,198); }
H1.HeaderClassName
{
color: #DD4DC6;
}
.AnyTagClassName
{
color: #DD4DC6;
}
</style>
background-color css
<style>
a { background-color: #DD4DC6; }
a { background-color: rgb(221,77,198); }
div.DivClassName
{
background-color: #DD4DC6;
}
.BgClassName
{
background-color: #DD4DC6;
}
</style>
border-color css
<style>
span { border-color: #DD4DC6; }
span { border-color: rgb(221,77,198); }
td.TdClassName
{
border-color: #DD4DC6;
}
.TagClassName
{
border-color: #DD4DC6;
}
</style>