Html Css Color HEX #DD5FCD Free Speech Magenta
📋 copy color: '#DD5FCD'red 221 ◦ green 95 ◦ blue 205
Shades of Free Speech Magenta #DD5FCD
Tints of Free Speech Magenta #DD5FCD
RGB
CMYK
RGB Variations
Color information
#DD5FCD (or 0xDD5FCD) is known color: Free Speech Magenta. HEX triplet: DD, 5F and CD. RGB value is (221,95,205). Sum of RGB (Red+Green+Blue) = 221+95+205=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5FCD is #22A032. Grayscale: #909090. Windows color (decimal): -2269235 or 13459421. OLE color: 13459421.
HSL color Cylindrical-coordinate representation of color #DD5FCD: hue angle of 307.62º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5FCD is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 205 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.13 |
| HSL | 307.62º | 0.65% | 0.62% | - |
| HSV(B) | 307.62º | 0.57% | 0.87% | - |
| XYZ | 44.93 | 27.96 | 60.79 | - |
| YUV | 145.21 | 161.74 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 205 | 0 | 0.57 | 0.07 | 0.13 | 307.62 | 0.65 | 0.62 |
| Hex | DD | 5F | CD | 0 | 39 | 7 | D | 134 | 41 | 3E |
| Octal | 335 | 137 | 315 | 0 | 71 | 7 | 15 | 464 | 101 | 76 |
| Binary | 11011101 | 1011111 | 11001101 | 0 | 111001 | 111 | 1101 | 100110100 | 1000001 | 111110 |
Color Harmonies of #DD5FCD
Complementary color
Monochromatic Colors of #DD5FCD
Black with #DD5FCD
Text Example
Text Example
White with #DD5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5FCD; }
p { color: rgb(221,95,205); }
H1.HeaderClassName
{
color: #DD5FCD;
}
.AnyTagClassName
{
color: #DD5FCD;
}
</style>
background-color css
<style>
a { background-color: #DD5FCD; }
a { background-color: rgb(221,95,205); }
div.DivClassName
{
background-color: #DD5FCD;
}
.BgClassName
{
background-color: #DD5FCD;
}
</style>
border-color css
<style>
span { border-color: #DD5FCD; }
span { border-color: rgb(221,95,205); }
td.TdClassName
{
border-color: #DD5FCD;
}
.TagClassName
{
border-color: #DD5FCD;
}
</style>