Html Css Color HEX #DD45D3 Free Speech Magenta
📋 copy color: '#DD45D3'red 221 ◦ green 69 ◦ blue 211
Shades of Free Speech Magenta #DD45D3
Tints of Free Speech Magenta #DD45D3
RGB
CMYK
RGB Variations
Color information
#DD45D3 (or 0xDD45D3) is known color: Free Speech Magenta. HEX triplet: DD, 45 and D3. RGB value is (221,69,211). Sum of RGB (Red+Green+Blue) = 221+69+211=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 69 (27.34% from 255 or 13.77% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD45D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD45D3 is #22BA2C. Grayscale: #828282. Windows color (decimal): -2275885 or 13845981. OLE color: 13845981.
HSL color Cylindrical-coordinate representation of color #DD45D3: hue angle of 303.95º 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 #DD45D3 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 211 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.13 |
| HSL | 303.95º | 0.69% | 0.57% | - |
| HSV(B) | 303.95º | 0.69% | 0.87% | - |
| XYZ | 43.7 | 24.33 | 64.02 | - |
| YUV | 130.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 211 | 0 | 0.69 | 0.05 | 0.13 | 303.95 | 0.69 | 0.57 |
| Hex | DD | 45 | D3 | 0 | 45 | 5 | D | 130 | 45 | 39 |
| Octal | 335 | 105 | 323 | 0 | 105 | 5 | 15 | 460 | 105 | 71 |
| Binary | 11011101 | 1000101 | 11010011 | 0 | 1000101 | 101 | 1101 | 100110000 | 1000101 | 111001 |
Color Harmonies of #DD45D3
Complementary color
Monochromatic Colors of #DD45D3
Black with #DD45D3
Text Example
Text Example
White with #DD45D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD45D3; }
p { color: rgb(221,69,211); }
H1.HeaderClassName
{
color: #DD45D3;
}
.AnyTagClassName
{
color: #DD45D3;
}
</style>
background-color css
<style>
a { background-color: #DD45D3; }
a { background-color: rgb(221,69,211); }
div.DivClassName
{
background-color: #DD45D3;
}
.BgClassName
{
background-color: #DD45D3;
}
</style>
border-color css
<style>
span { border-color: #DD45D3; }
span { border-color: rgb(221,69,211); }
td.TdClassName
{
border-color: #DD45D3;
}
.TagClassName
{
border-color: #DD45D3;
}
</style>