Html Css Color HEX #DD53C2 Free Speech Magenta
📋 copy color: '#DD53C2'red 221 ◦ green 83 ◦ blue 194
Shades of Free Speech Magenta #DD53C2
Tints of Free Speech Magenta #DD53C2
RGB
CMYK
RGB Variations
Color information
#DD53C2 (or 0xDD53C2) is known color: Free Speech Magenta. HEX triplet: DD, 53 and C2. RGB value is (221,83,194). Sum of RGB (Red+Green+Blue) = 221+83+194=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53C2 is #22AC3D. Grayscale: #888888. Windows color (decimal): -2272318 or 12735453. OLE color: 12735453.
HSL color Cylindrical-coordinate representation of color #DD53C2: hue angle of 311.74º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD53C2 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 194 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.13 |
| HSL | 311.74º | 0.67% | 0.6% | - |
| HSV(B) | 311.74º | 0.62% | 0.87% | - |
| XYZ | 42.65 | 25.45 | 53.7 | - |
| YUV | 136.92 | 160.22 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 194 | 0 | 0.62 | 0.12 | 0.13 | 311.74 | 0.67 | 0.6 |
| Hex | DD | 53 | C2 | 0 | 3E | C | D | 138 | 43 | 3C |
| Octal | 335 | 123 | 302 | 0 | 76 | 14 | 15 | 470 | 103 | 74 |
| Binary | 11011101 | 1010011 | 11000010 | 0 | 111110 | 1100 | 1101 | 100111000 | 1000011 | 111100 |
Color Harmonies of #DD53C2
Complementary color
Monochromatic Colors of #DD53C2
Black with #DD53C2
Text Example
Text Example
White with #DD53C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD53C2; }
p { color: rgb(221,83,194); }
H1.HeaderClassName
{
color: #DD53C2;
}
.AnyTagClassName
{
color: #DD53C2;
}
</style>
background-color css
<style>
a { background-color: #DD53C2; }
a { background-color: rgb(221,83,194); }
div.DivClassName
{
background-color: #DD53C2;
}
.BgClassName
{
background-color: #DD53C2;
}
</style>
border-color css
<style>
span { border-color: #DD53C2; }
span { border-color: rgb(221,83,194); }
td.TdClassName
{
border-color: #DD53C2;
}
.TagClassName
{
border-color: #DD53C2;
}
</style>