Html Css Color HEX #DD57D4 Free Speech Magenta
📋 copy color: '#DD57D4'red 221 ◦ green 87 ◦ blue 212
Shades of Free Speech Magenta #DD57D4
Tints of Free Speech Magenta #DD57D4
RGB
CMYK
RGB Variations
Color information
#DD57D4 (or 0xDD57D4) is known color: Free Speech Magenta. HEX triplet: DD, 57 and D4. RGB value is (221,87,212). Sum of RGB (Red+Green+Blue) = 221+87+212=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 87 (34.38% from 255 or 16.73% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD57D4 is #22A82B. Grayscale: #8C8C8C. Windows color (decimal): -2271276 or 13916125. OLE color: 13916125.
HSL color Cylindrical-coordinate representation of color #DD57D4: hue angle of 304.03º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD57D4 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 212 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.13 |
| HSL | 304.03º | 0.66% | 0.6% | - |
| HSV(B) | 304.03º | 0.61% | 0.87% | - |
| XYZ | 45.11 | 26.94 | 65.11 | - |
| YUV | 141.32 | 167.89 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 212 | 0 | 0.61 | 0.04 | 0.13 | 304.03 | 0.66 | 0.6 |
| Hex | DD | 57 | D4 | 0 | 3D | 4 | D | 130 | 42 | 3C |
| Octal | 335 | 127 | 324 | 0 | 75 | 4 | 15 | 460 | 102 | 74 |
| Binary | 11011101 | 1010111 | 11010100 | 0 | 111101 | 100 | 1101 | 100110000 | 1000010 | 111100 |
Color Harmonies of #DD57D4
Complementary color
Monochromatic Colors of #DD57D4
Black with #DD57D4
Text Example
Text Example
White with #DD57D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD57D4; }
p { color: rgb(221,87,212); }
H1.HeaderClassName
{
color: #DD57D4;
}
.AnyTagClassName
{
color: #DD57D4;
}
</style>
background-color css
<style>
a { background-color: #DD57D4; }
a { background-color: rgb(221,87,212); }
div.DivClassName
{
background-color: #DD57D4;
}
.BgClassName
{
background-color: #DD57D4;
}
</style>
border-color css
<style>
span { border-color: #DD57D4; }
span { border-color: rgb(221,87,212); }
td.TdClassName
{
border-color: #DD57D4;
}
.TagClassName
{
border-color: #DD57D4;
}
</style>