Html Css Color HEX #DD5CDA Free Speech Magenta
📋 copy color: '#DD5CDA'red 221 ◦ green 92 ◦ blue 218
Shades of Free Speech Magenta #DD5CDA
Tints of Free Speech Magenta #DD5CDA
RGB
CMYK
RGB Variations
Color information
#DD5CDA (or 0xDD5CDA) is known color: Free Speech Magenta. HEX triplet: DD, 5C and DA. RGB value is (221,92,218). Sum of RGB (Red+Green+Blue) = 221+92+218=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5CDA is #22A325. Grayscale: #909090. Windows color (decimal): -2269990 or 14310621. OLE color: 14310621.
HSL color Cylindrical-coordinate representation of color #DD5CDA: hue angle of 301.4º 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 #DD5CDA is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 218 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.13 |
| HSL | 301.4º | 0.65% | 0.61% | - |
| HSV(B) | 301.4º | 0.58% | 0.87% | - |
| XYZ | 46.3 | 28.09 | 69.31 | - |
| YUV | 144.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 218 | 0 | 0.58 | 0.01 | 0.13 | 301.4 | 0.65 | 0.61 |
| Hex | DD | 5C | DA | 0 | 3A | 1 | D | 12D | 41 | 3D |
| Octal | 335 | 134 | 332 | 0 | 72 | 1 | 15 | 455 | 101 | 75 |
| Binary | 11011101 | 1011100 | 11011010 | 0 | 111010 | 1 | 1101 | 100101101 | 1000001 | 111101 |
Color Harmonies of #DD5CDA
Complementary color
Monochromatic Colors of #DD5CDA
Black with #DD5CDA
Text Example
Text Example
White with #DD5CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5CDA; }
p { color: rgb(221,92,218); }
H1.HeaderClassName
{
color: #DD5CDA;
}
.AnyTagClassName
{
color: #DD5CDA;
}
</style>
background-color css
<style>
a { background-color: #DD5CDA; }
a { background-color: rgb(221,92,218); }
div.DivClassName
{
background-color: #DD5CDA;
}
.BgClassName
{
background-color: #DD5CDA;
}
</style>
border-color css
<style>
span { border-color: #DD5CDA; }
span { border-color: rgb(221,92,218); }
td.TdClassName
{
border-color: #DD5CDA;
}
.TagClassName
{
border-color: #DD5CDA;
}
</style>