Html Css Color HEX #DD45D0 Free Speech Magenta
📋 copy color: '#DD45D0'red 221 ◦ green 69 ◦ blue 208
Shades of Free Speech Magenta #DD45D0
Tints of Free Speech Magenta #DD45D0
RGB
CMYK
RGB Variations
Color information
#DD45D0 (or 0xDD45D0) is known color: Free Speech Magenta. HEX triplet: DD, 45 and D0. RGB value is (221,69,208). Sum of RGB (Red+Green+Blue) = 221+69+208=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 69 (27.34% from 255 or 13.86% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD45D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD45D0 is #22BA2F. Grayscale: #818181. Windows color (decimal): -2275888 or 13649373. OLE color: 13649373.
HSL color Cylindrical-coordinate representation of color #DD45D0: hue angle of 305.13º 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 #DD45D0 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 208 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.13 |
| HSL | 305.13º | 0.69% | 0.57% | - |
| HSV(B) | 305.13º | 0.69% | 0.87% | - |
| XYZ | 43.33 | 24.18 | 62.06 | - |
| YUV | 130.29 | 171.86 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 208 | 0 | 0.69 | 0.06 | 0.13 | 305.13 | 0.69 | 0.57 |
| Hex | DD | 45 | D0 | 0 | 45 | 6 | D | 131 | 45 | 39 |
| Octal | 335 | 105 | 320 | 0 | 105 | 6 | 15 | 461 | 105 | 71 |
| Binary | 11011101 | 1000101 | 11010000 | 0 | 1000101 | 110 | 1101 | 100110001 | 1000101 | 111001 |
Color Harmonies of #DD45D0
Complementary color
Monochromatic Colors of #DD45D0
Black with #DD45D0
Text Example
Text Example
White with #DD45D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD45D0; }
p { color: rgb(221,69,208); }
H1.HeaderClassName
{
color: #DD45D0;
}
.AnyTagClassName
{
color: #DD45D0;
}
</style>
background-color css
<style>
a { background-color: #DD45D0; }
a { background-color: rgb(221,69,208); }
div.DivClassName
{
background-color: #DD45D0;
}
.BgClassName
{
background-color: #DD45D0;
}
</style>
border-color css
<style>
span { border-color: #DD45D0; }
span { border-color: rgb(221,69,208); }
td.TdClassName
{
border-color: #DD45D0;
}
.TagClassName
{
border-color: #DD45D0;
}
</style>