Html Css Color HEX #DD5BCD Free Speech Magenta
📋 copy color: '#DD5BCD'red 221 ◦ green 91 ◦ blue 205
Shades of Free Speech Magenta #DD5BCD
Tints of Free Speech Magenta #DD5BCD
RGB
CMYK
RGB Variations
Color information
#DD5BCD (or 0xDD5BCD) is known color: Free Speech Magenta. HEX triplet: DD, 5B and CD. RGB value is (221,91,205). Sum of RGB (Red+Green+Blue) = 221+91+205=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 91 (35.94% from 255 or 17.60% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5BCD is #22A432. Grayscale: #8E8E8E. Windows color (decimal): -2270259 or 13458397. OLE color: 13458397.
HSL color Cylindrical-coordinate representation of color #DD5BCD: hue angle of 307.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 #DD5BCD is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 205 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.13 |
| HSL | 307.38º | 0.66% | 0.61% | - |
| HSV(B) | 307.38º | 0.59% | 0.87% | - |
| XYZ | 44.58 | 27.26 | 60.67 | - |
| YUV | 142.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 205 | 0 | 0.59 | 0.07 | 0.13 | 307.38 | 0.66 | 0.61 |
| Hex | DD | 5B | CD | 0 | 3B | 7 | D | 133 | 42 | 3D |
| Octal | 335 | 133 | 315 | 0 | 73 | 7 | 15 | 463 | 102 | 75 |
| Binary | 11011101 | 1011011 | 11001101 | 0 | 111011 | 111 | 1101 | 100110011 | 1000010 | 111101 |
Color Harmonies of #DD5BCD
Complementary color
Monochromatic Colors of #DD5BCD
Black with #DD5BCD
Text Example
Text Example
White with #DD5BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5BCD; }
p { color: rgb(221,91,205); }
H1.HeaderClassName
{
color: #DD5BCD;
}
.AnyTagClassName
{
color: #DD5BCD;
}
</style>
background-color css
<style>
a { background-color: #DD5BCD; }
a { background-color: rgb(221,91,205); }
div.DivClassName
{
background-color: #DD5BCD;
}
.BgClassName
{
background-color: #DD5BCD;
}
</style>
border-color css
<style>
span { border-color: #DD5BCD; }
span { border-color: rgb(221,91,205); }
td.TdClassName
{
border-color: #DD5BCD;
}
.TagClassName
{
border-color: #DD5BCD;
}
</style>