Html Css Color HEX #D556C7 Free Speech Magenta
📋 copy color: '#D556C7'red 213 ◦ green 86 ◦ blue 199
Shades of Free Speech Magenta #D556C7
Tints of Free Speech Magenta #D556C7
RGB
CMYK
RGB Variations
Color information
#D556C7 (or 0xD556C7) is known color: Free Speech Magenta. HEX triplet: D5, 56 and C7. RGB value is (213,86,199). Sum of RGB (Red+Green+Blue) = 213+86+199=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D556C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D556C7 is #2AA938. Grayscale: #888888. Windows color (decimal): -2795833 or 13063893. OLE color: 13063893.
HSL color Cylindrical-coordinate representation of color #D556C7: hue angle of 306.61º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D556C7 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 199 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.16 |
| HSL | 306.61º | 0.6% | 0.59% | - |
| HSV(B) | 306.61º | 0.6% | 0.84% | - |
| XYZ | 41.08 | 24.93 | 56.68 | - |
| YUV | 136.86 | 163.08 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 199 | 0 | 0.60 | 0.07 | 0.16 | 306.61 | 0.6 | 0.59 |
| Hex | D5 | 56 | C7 | 0 | 3C | 7 | 10 | 133 | 3C | 3B |
| Octal | 325 | 126 | 307 | 0 | 74 | 7 | 20 | 463 | 74 | 73 |
| Binary | 11010101 | 1010110 | 11000111 | 0 | 111100 | 111 | 10000 | 100110011 | 111100 | 111011 |
Color Harmonies of #D556C7
Complementary color
Monochromatic Colors of #D556C7
Black with #D556C7
Text Example
Text Example
White with #D556C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D556C7; }
p { color: rgb(213,86,199); }
H1.HeaderClassName
{
color: #D556C7;
}
.AnyTagClassName
{
color: #D556C7;
}
</style>
background-color css
<style>
a { background-color: #D556C7; }
a { background-color: rgb(213,86,199); }
div.DivClassName
{
background-color: #D556C7;
}
.BgClassName
{
background-color: #D556C7;
}
</style>
border-color css
<style>
span { border-color: #D556C7; }
span { border-color: rgb(213,86,199); }
td.TdClassName
{
border-color: #D556C7;
}
.TagClassName
{
border-color: #D556C7;
}
</style>