Html Css Color HEX #DD54DA Free Speech Magenta
📋 copy color: '#DD54DA'red 221 ◦ green 84 ◦ blue 218
Shades of Free Speech Magenta #DD54DA
Tints of Free Speech Magenta #DD54DA
RGB
CMYK
RGB Variations
Color information
#DD54DA (or 0xDD54DA) is known color: Free Speech Magenta. HEX triplet: DD, 54 and DA. RGB value is (221,84,218). Sum of RGB (Red+Green+Blue) = 221+84+218=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 84 (33.20% from 255 or 16.06% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD54DA is #22AB25. Grayscale: #8B8B8B. Windows color (decimal): -2272038 or 14308573. OLE color: 14308573.
HSL color Cylindrical-coordinate representation of color #DD54DA: hue angle of 301.31º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD54DA is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 218 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.13 |
| HSL | 301.31º | 0.67% | 0.6% | - |
| HSV(B) | 301.31º | 0.62% | 0.87% | - |
| XYZ | 45.64 | 26.77 | 69.09 | - |
| YUV | 140.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 218 | 0 | 0.62 | 0.01 | 0.13 | 301.31 | 0.67 | 0.6 |
| Hex | DD | 54 | DA | 0 | 3E | 1 | D | 12D | 43 | 3C |
| Octal | 335 | 124 | 332 | 0 | 76 | 1 | 15 | 455 | 103 | 74 |
| Binary | 11011101 | 1010100 | 11011010 | 0 | 111110 | 1 | 1101 | 100101101 | 1000011 | 111100 |
Color Harmonies of #DD54DA
Complementary color
Monochromatic Colors of #DD54DA
Black with #DD54DA
Text Example
Text Example
White with #DD54DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54DA; }
p { color: rgb(221,84,218); }
H1.HeaderClassName
{
color: #DD54DA;
}
.AnyTagClassName
{
color: #DD54DA;
}
</style>
background-color css
<style>
a { background-color: #DD54DA; }
a { background-color: rgb(221,84,218); }
div.DivClassName
{
background-color: #DD54DA;
}
.BgClassName
{
background-color: #DD54DA;
}
</style>
border-color css
<style>
span { border-color: #DD54DA; }
span { border-color: rgb(221,84,218); }
td.TdClassName
{
border-color: #DD54DA;
}
.TagClassName
{
border-color: #DD54DA;
}
</style>