Html Css Color HEX #DD45D1 Free Speech Magenta
📋 copy color: '#DD45D1'red 221 ◦ green 69 ◦ blue 209
Shades of Free Speech Magenta #DD45D1
Tints of Free Speech Magenta #DD45D1
RGB
CMYK
RGB Variations
Color information
#DD45D1 (or 0xDD45D1) is known color: Free Speech Magenta. HEX triplet: DD, 45 and D1. RGB value is (221,69,209). Sum of RGB (Red+Green+Blue) = 221+69+209=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD45D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD45D1 is #22BA2E. Grayscale: #828282. Windows color (decimal): -2275887 or 13714909. OLE color: 13714909.
HSL color Cylindrical-coordinate representation of color #DD45D1: hue angle of 304.74º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD45D1 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 209 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.13 |
| HSL | 304.74º | 0.69% | 0.57% | - |
| HSV(B) | 304.74º | 0.69% | 0.87% | - |
| XYZ | 43.46 | 24.23 | 62.71 | - |
| YUV | 130.41 | 172.36 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 209 | 0 | 0.69 | 0.05 | 0.13 | 304.74 | 0.69 | 0.57 |
| Hex | DD | 45 | D1 | 0 | 45 | 5 | D | 131 | 45 | 39 |
| Octal | 335 | 105 | 321 | 0 | 105 | 5 | 15 | 461 | 105 | 71 |
| Binary | 11011101 | 1000101 | 11010001 | 0 | 1000101 | 101 | 1101 | 100110001 | 1000101 | 111001 |
Color Harmonies of #DD45D1
Complementary color
Monochromatic Colors of #DD45D1
Black with #DD45D1
Text Example
Text Example
White with #DD45D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD45D1; }
p { color: rgb(221,69,209); }
H1.HeaderClassName
{
color: #DD45D1;
}
.AnyTagClassName
{
color: #DD45D1;
}
</style>
background-color css
<style>
a { background-color: #DD45D1; }
a { background-color: rgb(221,69,209); }
div.DivClassName
{
background-color: #DD45D1;
}
.BgClassName
{
background-color: #DD45D1;
}
</style>
border-color css
<style>
span { border-color: #DD45D1; }
span { border-color: rgb(221,69,209); }
td.TdClassName
{
border-color: #DD45D1;
}
.TagClassName
{
border-color: #DD45D1;
}
</style>