Html Css Color HEX #DD5BC0 Free Speech Magenta
📋 copy color: '#DD5BC0'red 221 ◦ green 91 ◦ blue 192
Shades of Free Speech Magenta #DD5BC0
Tints of Free Speech Magenta #DD5BC0
RGB
CMYK
RGB Variations
Color information
#DD5BC0 (or 0xDD5BC0) is known color: Free Speech Magenta. HEX triplet: DD, 5B and C0. RGB value is (221,91,192). Sum of RGB (Red+Green+Blue) = 221+91+192=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5BC0 is #22A43F. Grayscale: #8D8D8D. Windows color (decimal): -2270272 or 12606429. OLE color: 12606429.
HSL color Cylindrical-coordinate representation of color #DD5BC0: hue angle of 313.38º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5BC0 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 192 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.13 |
| HSL | 313.38º | 0.66% | 0.61% | - |
| HSV(B) | 313.38º | 0.59% | 0.87% | - |
| XYZ | 43.07 | 26.66 | 52.74 | - |
| YUV | 141.38 | 156.57 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 192 | 0 | 0.59 | 0.13 | 0.13 | 313.38 | 0.66 | 0.61 |
| Hex | DD | 5B | C0 | 0 | 3B | D | D | 139 | 42 | 3D |
| Octal | 335 | 133 | 300 | 0 | 73 | 15 | 15 | 471 | 102 | 75 |
| Binary | 11011101 | 1011011 | 11000000 | 0 | 111011 | 1101 | 1101 | 100111001 | 1000010 | 111101 |
Color Harmonies of #DD5BC0
Complementary color
Monochromatic Colors of #DD5BC0
Black with #DD5BC0
Text Example
Text Example
White with #DD5BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5BC0; }
p { color: rgb(221,91,192); }
H1.HeaderClassName
{
color: #DD5BC0;
}
.AnyTagClassName
{
color: #DD5BC0;
}
</style>
background-color css
<style>
a { background-color: #DD5BC0; }
a { background-color: rgb(221,91,192); }
div.DivClassName
{
background-color: #DD5BC0;
}
.BgClassName
{
background-color: #DD5BC0;
}
</style>
border-color css
<style>
span { border-color: #DD5BC0; }
span { border-color: rgb(221,91,192); }
td.TdClassName
{
border-color: #DD5BC0;
}
.TagClassName
{
border-color: #DD5BC0;
}
</style>