Html Css Color HEX #D557DD Free Speech Magenta
📋 copy color: '#D557DD'red 213 ◦ green 87 ◦ blue 221
Shades of Free Speech Magenta #D557DD
Tints of Free Speech Magenta #D557DD
RGB
CMYK
RGB Variations
Color information
#D557DD (or 0xD557DD) is known color: Free Speech Magenta. HEX triplet: D5, 57 and DD. RGB value is (213,87,221). Sum of RGB (Red+Green+Blue) = 213+87+221=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #D557DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557DD is #2AA822. Grayscale: #8B8B8B. Windows color (decimal): -2795555 or 14505941. OLE color: 14505941.
HSL color Cylindrical-coordinate representation of color #D557DD: hue angle of 296.42º 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 #D557DD is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 87 | 221 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.13 |
| HSL | 296.42º | 0.66% | 0.6% | - |
| HSV(B) | 296.42º | 0.61% | 0.87% | - |
| XYZ | 43.9 | 26.18 | 71.15 | - |
| YUV | 139.95 | 173.74 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 221 | 0.04 | 0.61 | 0 | 0.13 | 296.42 | 0.66 | 0.6 |
| Hex | D5 | 57 | DD | 4 | 3D | 0 | D | 128 | 42 | 3C |
| Octal | 325 | 127 | 335 | 4 | 75 | 0 | 15 | 450 | 102 | 74 |
| Binary | 11010101 | 1010111 | 11011101 | 100 | 111101 | 0 | 1101 | 100101000 | 1000010 | 111100 |
Color Harmonies of #D557DD
Complementary color
Monochromatic Colors of #D557DD
Black with #D557DD
Text Example
Text Example
White with #D557DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D557DD; }
p { color: rgb(213,87,221); }
H1.HeaderClassName
{
color: #D557DD;
}
.AnyTagClassName
{
color: #D557DD;
}
</style>
background-color css
<style>
a { background-color: #D557DD; }
a { background-color: rgb(213,87,221); }
div.DivClassName
{
background-color: #D557DD;
}
.BgClassName
{
background-color: #D557DD;
}
</style>
border-color css
<style>
span { border-color: #D557DD; }
span { border-color: rgb(213,87,221); }
td.TdClassName
{
border-color: #D557DD;
}
.TagClassName
{
border-color: #D557DD;
}
</style>