Html Css Color HEX #DD4AD6 Free Speech Magenta
📋 copy color: '#DD4AD6'red 221 ◦ green 74 ◦ blue 214
Shades of Free Speech Magenta #DD4AD6
Tints of Free Speech Magenta #DD4AD6
RGB
CMYK
RGB Variations
Color information
#DD4AD6 (or 0xDD4AD6) is known color: Free Speech Magenta. HEX triplet: DD, 4A and D6. RGB value is (221,74,214). Sum of RGB (Red+Green+Blue) = 221+74+214=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4AD6 is #22B529. Grayscale: #858585. Windows color (decimal): -2274602 or 14043869. OLE color: 14043869.
HSL color Cylindrical-coordinate representation of color #DD4AD6: hue angle of 302.86º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4AD6 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 214 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.13 |
| HSL | 302.86º | 0.68% | 0.58% | - |
| HSV(B) | 302.86º | 0.67% | 0.87% | - |
| XYZ | 44.41 | 25.12 | 66.13 | - |
| YUV | 133.91 | 173.2 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 214 | 0 | 0.67 | 0.03 | 0.13 | 302.86 | 0.68 | 0.58 |
| Hex | DD | 4A | D6 | 0 | 43 | 3 | D | 12F | 44 | 3A |
| Octal | 335 | 112 | 326 | 0 | 103 | 3 | 15 | 457 | 104 | 72 |
| Binary | 11011101 | 1001010 | 11010110 | 0 | 1000011 | 11 | 1101 | 100101111 | 1000100 | 111010 |
Color Harmonies of #DD4AD6
Complementary color
Monochromatic Colors of #DD4AD6
Black with #DD4AD6
Text Example
Text Example
White with #DD4AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4AD6; }
p { color: rgb(221,74,214); }
H1.HeaderClassName
{
color: #DD4AD6;
}
.AnyTagClassName
{
color: #DD4AD6;
}
</style>
background-color css
<style>
a { background-color: #DD4AD6; }
a { background-color: rgb(221,74,214); }
div.DivClassName
{
background-color: #DD4AD6;
}
.BgClassName
{
background-color: #DD4AD6;
}
</style>
border-color css
<style>
span { border-color: #DD4AD6; }
span { border-color: rgb(221,74,214); }
td.TdClassName
{
border-color: #DD4AD6;
}
.TagClassName
{
border-color: #DD4AD6;
}
</style>