Html Css Color HEX #DD5CC0 Free Speech Magenta
📋 copy color: '#DD5CC0'red 221 ◦ green 92 ◦ blue 192
Shades of Free Speech Magenta #DD5CC0
Tints of Free Speech Magenta #DD5CC0
RGB
CMYK
RGB Variations
Color information
#DD5CC0 (or 0xDD5CC0) is known color: Free Speech Magenta. HEX triplet: DD, 5C and C0. RGB value is (221,92,192). Sum of RGB (Red+Green+Blue) = 221+92+192=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5CC0 is #22A33F. Grayscale: #8D8D8D. Windows color (decimal): -2270016 or 12606685. OLE color: 12606685.
HSL color Cylindrical-coordinate representation of color #DD5CC0: hue angle of 313.49º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5CC0 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 192 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.13 |
| HSL | 313.49º | 0.65% | 0.61% | - |
| HSV(B) | 313.49º | 0.58% | 0.87% | - |
| XYZ | 43.16 | 26.83 | 52.77 | - |
| YUV | 141.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 192 | 0 | 0.58 | 0.13 | 0.13 | 313.49 | 0.65 | 0.61 |
| Hex | DD | 5C | C0 | 0 | 3A | D | D | 139 | 41 | 3D |
| Octal | 335 | 134 | 300 | 0 | 72 | 15 | 15 | 471 | 101 | 75 |
| Binary | 11011101 | 1011100 | 11000000 | 0 | 111010 | 1101 | 1101 | 100111001 | 1000001 | 111101 |
Color Harmonies of #DD5CC0
Complementary color
Monochromatic Colors of #DD5CC0
Black with #DD5CC0
Text Example
Text Example
White with #DD5CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5CC0; }
p { color: rgb(221,92,192); }
H1.HeaderClassName
{
color: #DD5CC0;
}
.AnyTagClassName
{
color: #DD5CC0;
}
</style>
background-color css
<style>
a { background-color: #DD5CC0; }
a { background-color: rgb(221,92,192); }
div.DivClassName
{
background-color: #DD5CC0;
}
.BgClassName
{
background-color: #DD5CC0;
}
</style>
border-color css
<style>
span { border-color: #DD5CC0; }
span { border-color: rgb(221,92,192); }
td.TdClassName
{
border-color: #DD5CC0;
}
.TagClassName
{
border-color: #DD5CC0;
}
</style>