Html Css Color HEX #DD61D8 Free Speech Magenta
📋 copy color: '#DD61D8'red 221 ◦ green 97 ◦ blue 216
Shades of Free Speech Magenta #DD61D8
Tints of Free Speech Magenta #DD61D8
RGB
CMYK
RGB Variations
Color information
#DD61D8 (or 0xDD61D8) is known color: Free Speech Magenta. HEX triplet: DD, 61 and D8. RGB value is (221,97,216). Sum of RGB (Red+Green+Blue) = 221+97+216=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 97 (38.28% from 255 or 18.16% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61D8 is #229E27. Grayscale: #939393. Windows color (decimal): -2268712 or 14180829. OLE color: 14180829.
HSL color Cylindrical-coordinate representation of color #DD61D8: hue angle of 302.42º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD61D8 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 216 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.13 |
| HSL | 302.42º | 0.65% | 0.62% | - |
| HSV(B) | 302.42º | 0.56% | 0.87% | - |
| XYZ | 46.49 | 28.88 | 68.09 | - |
| YUV | 147.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 216 | 0 | 0.56 | 0.02 | 0.13 | 302.42 | 0.65 | 0.62 |
| Hex | DD | 61 | D8 | 0 | 38 | 2 | D | 12E | 41 | 3E |
| Octal | 335 | 141 | 330 | 0 | 70 | 2 | 15 | 456 | 101 | 76 |
| Binary | 11011101 | 1100001 | 11011000 | 0 | 111000 | 10 | 1101 | 100101110 | 1000001 | 111110 |
Color Harmonies of #DD61D8
Complementary color
Monochromatic Colors of #DD61D8
Black with #DD61D8
Text Example
Text Example
White with #DD61D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD61D8; }
p { color: rgb(221,97,216); }
H1.HeaderClassName
{
color: #DD61D8;
}
.AnyTagClassName
{
color: #DD61D8;
}
</style>
background-color css
<style>
a { background-color: #DD61D8; }
a { background-color: rgb(221,97,216); }
div.DivClassName
{
background-color: #DD61D8;
}
.BgClassName
{
background-color: #DD61D8;
}
</style>
border-color css
<style>
span { border-color: #DD61D8; }
span { border-color: rgb(221,97,216); }
td.TdClassName
{
border-color: #DD61D8;
}
.TagClassName
{
border-color: #DD61D8;
}
</style>