Html Css Color HEX #DD54D7 Free Speech Magenta
📋 copy color: '#DD54D7'red 221 ◦ green 84 ◦ blue 215
Shades of Free Speech Magenta #DD54D7
Tints of Free Speech Magenta #DD54D7
RGB
CMYK
RGB Variations
Color information
#DD54D7 (or 0xDD54D7) is known color: Free Speech Magenta. HEX triplet: DD, 54 and D7. RGB value is (221,84,215). Sum of RGB (Red+Green+Blue) = 221+84+215=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD54D7 is #22AB28. Grayscale: #8B8B8B. Windows color (decimal): -2272041 or 14111965. OLE color: 14111965.
HSL color Cylindrical-coordinate representation of color #DD54D7: hue angle of 302.63º 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 #DD54D7 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 215 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.13 |
| HSL | 302.63º | 0.67% | 0.6% | - |
| HSV(B) | 302.63º | 0.62% | 0.87% | - |
| XYZ | 45.25 | 26.62 | 67.04 | - |
| YUV | 139.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 215 | 0 | 0.62 | 0.03 | 0.13 | 302.63 | 0.67 | 0.6 |
| Hex | DD | 54 | D7 | 0 | 3E | 3 | D | 12F | 43 | 3C |
| Octal | 335 | 124 | 327 | 0 | 76 | 3 | 15 | 457 | 103 | 74 |
| Binary | 11011101 | 1010100 | 11010111 | 0 | 111110 | 11 | 1101 | 100101111 | 1000011 | 111100 |
Color Harmonies of #DD54D7
Complementary color
Monochromatic Colors of #DD54D7
Black with #DD54D7
Text Example
Text Example
White with #DD54D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54D7; }
p { color: rgb(221,84,215); }
H1.HeaderClassName
{
color: #DD54D7;
}
.AnyTagClassName
{
color: #DD54D7;
}
</style>
background-color css
<style>
a { background-color: #DD54D7; }
a { background-color: rgb(221,84,215); }
div.DivClassName
{
background-color: #DD54D7;
}
.BgClassName
{
background-color: #DD54D7;
}
</style>
border-color css
<style>
span { border-color: #DD54D7; }
span { border-color: rgb(221,84,215); }
td.TdClassName
{
border-color: #DD54D7;
}
.TagClassName
{
border-color: #DD54D7;
}
</style>