Html Css Color HEX #DD5DC0 Free Speech Magenta
📋 copy color: '#DD5DC0'red 221 ◦ green 93 ◦ blue 192
Shades of Free Speech Magenta #DD5DC0
Tints of Free Speech Magenta #DD5DC0
RGB
CMYK
RGB Variations
Color information
#DD5DC0 (or 0xDD5DC0) is known color: Free Speech Magenta. HEX triplet: DD, 5D and C0. RGB value is (221,93,192). Sum of RGB (Red+Green+Blue) = 221+93+192=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DC0 is #22A23F. Grayscale: #8E8E8E. Windows color (decimal): -2269760 or 12606941. OLE color: 12606941.
HSL color Cylindrical-coordinate representation of color #DD5DC0: hue angle of 313.59º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5DC0 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 192 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.13 |
| HSL | 313.59º | 0.65% | 0.62% | - |
| HSV(B) | 313.59º | 0.58% | 0.87% | - |
| XYZ | 43.25 | 27.01 | 52.8 | - |
| YUV | 142.56 | 155.91 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 192 | 0 | 0.58 | 0.13 | 0.13 | 313.59 | 0.65 | 0.62 |
| Hex | DD | 5D | C0 | 0 | 3A | D | D | 13A | 41 | 3E |
| Octal | 335 | 135 | 300 | 0 | 72 | 15 | 15 | 472 | 101 | 76 |
| Binary | 11011101 | 1011101 | 11000000 | 0 | 111010 | 1101 | 1101 | 100111010 | 1000001 | 111110 |
Color Harmonies of #DD5DC0
Complementary color
Monochromatic Colors of #DD5DC0
Black with #DD5DC0
Text Example
Text Example
White with #DD5DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5DC0; }
p { color: rgb(221,93,192); }
H1.HeaderClassName
{
color: #DD5DC0;
}
.AnyTagClassName
{
color: #DD5DC0;
}
</style>
background-color css
<style>
a { background-color: #DD5DC0; }
a { background-color: rgb(221,93,192); }
div.DivClassName
{
background-color: #DD5DC0;
}
.BgClassName
{
background-color: #DD5DC0;
}
</style>
border-color css
<style>
span { border-color: #DD5DC0; }
span { border-color: rgb(221,93,192); }
td.TdClassName
{
border-color: #DD5DC0;
}
.TagClassName
{
border-color: #DD5DC0;
}
</style>