Html Css Color HEX #DD61D3 Free Speech Magenta
📋 copy color: '#DD61D3'red 221 ◦ green 97 ◦ blue 211
Shades of Free Speech Magenta #DD61D3
Tints of Free Speech Magenta #DD61D3
RGB
CMYK
RGB Variations
Color information
#DD61D3 (or 0xDD61D3) is known color: Free Speech Magenta. HEX triplet: DD, 61 and D3. RGB value is (221,97,211). Sum of RGB (Red+Green+Blue) = 221+97+211=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61D3 is #229E2C. Grayscale: #929292. Windows color (decimal): -2268717 or 13853149. OLE color: 13853149.
HSL color Cylindrical-coordinate representation of color #DD61D3: hue angle of 304.84º 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 #DD61D3 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 211 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.13 |
| HSL | 304.84º | 0.65% | 0.62% | - |
| HSV(B) | 304.84º | 0.56% | 0.87% | - |
| XYZ | 45.85 | 28.62 | 64.74 | - |
| YUV | 147.07 | 164.08 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 211 | 0 | 0.56 | 0.05 | 0.13 | 304.84 | 0.65 | 0.62 |
| Hex | DD | 61 | D3 | 0 | 38 | 5 | D | 131 | 41 | 3E |
| Octal | 335 | 141 | 323 | 0 | 70 | 5 | 15 | 461 | 101 | 76 |
| Binary | 11011101 | 1100001 | 11010011 | 0 | 111000 | 101 | 1101 | 100110001 | 1000001 | 111110 |
Color Harmonies of #DD61D3
Complementary color
Monochromatic Colors of #DD61D3
Black with #DD61D3
Text Example
Text Example
White with #DD61D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD61D3; }
p { color: rgb(221,97,211); }
H1.HeaderClassName
{
color: #DD61D3;
}
.AnyTagClassName
{
color: #DD61D3;
}
</style>
background-color css
<style>
a { background-color: #DD61D3; }
a { background-color: rgb(221,97,211); }
div.DivClassName
{
background-color: #DD61D3;
}
.BgClassName
{
background-color: #DD61D3;
}
</style>
border-color css
<style>
span { border-color: #DD61D3; }
span { border-color: rgb(221,97,211); }
td.TdClassName
{
border-color: #DD61D3;
}
.TagClassName
{
border-color: #DD61D3;
}
</style>