Html Css Color HEX #DD57D0 Free Speech Magenta
📋 copy color: '#DD57D0'red 221 ◦ green 87 ◦ blue 208
Shades of Free Speech Magenta #DD57D0
Tints of Free Speech Magenta #DD57D0
RGB
CMYK
RGB Variations
Color information
#DD57D0 (or 0xDD57D0) is known color: Free Speech Magenta. HEX triplet: DD, 57 and D0. RGB value is (221,87,208). Sum of RGB (Red+Green+Blue) = 221+87+208=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD57D0 is #22A82F. Grayscale: #8C8C8C. Windows color (decimal): -2271280 or 13653981. OLE color: 13653981.
HSL color Cylindrical-coordinate representation of color #DD57D0: hue angle of 305.82º 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 #DD57D0 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 208 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.13 |
| HSL | 305.82º | 0.66% | 0.6% | - |
| HSV(B) | 305.82º | 0.61% | 0.87% | - |
| XYZ | 44.61 | 26.74 | 62.49 | - |
| YUV | 140.86 | 165.89 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 208 | 0 | 0.61 | 0.06 | 0.13 | 305.82 | 0.66 | 0.6 |
| Hex | DD | 57 | D0 | 0 | 3D | 6 | D | 132 | 42 | 3C |
| Octal | 335 | 127 | 320 | 0 | 75 | 6 | 15 | 462 | 102 | 74 |
| Binary | 11011101 | 1010111 | 11010000 | 0 | 111101 | 110 | 1101 | 100110010 | 1000010 | 111100 |
Color Harmonies of #DD57D0
Complementary color
Monochromatic Colors of #DD57D0
Black with #DD57D0
Text Example
Text Example
White with #DD57D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD57D0; }
p { color: rgb(221,87,208); }
H1.HeaderClassName
{
color: #DD57D0;
}
.AnyTagClassName
{
color: #DD57D0;
}
</style>
background-color css
<style>
a { background-color: #DD57D0; }
a { background-color: rgb(221,87,208); }
div.DivClassName
{
background-color: #DD57D0;
}
.BgClassName
{
background-color: #DD57D0;
}
</style>
border-color css
<style>
span { border-color: #DD57D0; }
span { border-color: rgb(221,87,208); }
td.TdClassName
{
border-color: #DD57D0;
}
.TagClassName
{
border-color: #DD57D0;
}
</style>