Html Css Color HEX #DD45C2 Free Speech Magenta
📋 copy color: '#DD45C2'red 221 ◦ green 69 ◦ blue 194
Shades of Free Speech Magenta #DD45C2
Tints of Free Speech Magenta #DD45C2
RGB
CMYK
RGB Variations
Color information
#DD45C2 (or 0xDD45C2) is known color: Free Speech Magenta. HEX triplet: DD, 45 and C2. RGB value is (221,69,194). Sum of RGB (Red+Green+Blue) = 221+69+194=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD45C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD45C2 is #22BA3D. Grayscale: #808080. Windows color (decimal): -2275902 or 12731869. OLE color: 12731869.
HSL color Cylindrical-coordinate representation of color #DD45C2: hue angle of 310.66º 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 #DD45C2 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 194 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.13 |
| HSL | 310.66º | 0.69% | 0.57% | - |
| HSV(B) | 310.66º | 0.69% | 0.87% | - |
| XYZ | 41.68 | 23.52 | 53.38 | - |
| YUV | 128.7 | 164.86 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 194 | 0 | 0.69 | 0.12 | 0.13 | 310.66 | 0.69 | 0.57 |
| Hex | DD | 45 | C2 | 0 | 45 | C | D | 137 | 45 | 39 |
| Octal | 335 | 105 | 302 | 0 | 105 | 14 | 15 | 467 | 105 | 71 |
| Binary | 11011101 | 1000101 | 11000010 | 0 | 1000101 | 1100 | 1101 | 100110111 | 1000101 | 111001 |
Color Harmonies of #DD45C2
Complementary color
Monochromatic Colors of #DD45C2
Black with #DD45C2
Text Example
Text Example
White with #DD45C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD45C2; }
p { color: rgb(221,69,194); }
H1.HeaderClassName
{
color: #DD45C2;
}
.AnyTagClassName
{
color: #DD45C2;
}
</style>
background-color css
<style>
a { background-color: #DD45C2; }
a { background-color: rgb(221,69,194); }
div.DivClassName
{
background-color: #DD45C2;
}
.BgClassName
{
background-color: #DD45C2;
}
</style>
border-color css
<style>
span { border-color: #DD45C2; }
span { border-color: rgb(221,69,194); }
td.TdClassName
{
border-color: #DD45C2;
}
.TagClassName
{
border-color: #DD45C2;
}
</style>