Html Css Color HEX #D556C9 Free Speech Magenta
📋 copy color: '#D556C9'red 213 ◦ green 86 ◦ blue 201
Shades of Free Speech Magenta #D556C9
Tints of Free Speech Magenta #D556C9
RGB
CMYK
RGB Variations
Color information
#D556C9 (or 0xD556C9) is known color: Free Speech Magenta. HEX triplet: D5, 56 and C9. RGB value is (213,86,201). Sum of RGB (Red+Green+Blue) = 213+86+201=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D556C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D556C9 is #2AA936. Grayscale: #888888. Windows color (decimal): -2795831 or 13194965. OLE color: 13194965.
HSL color Cylindrical-coordinate representation of color #D556C9: hue angle of 305.67º 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 #D556C9 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 201 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.16 |
| HSL | 305.67º | 0.6% | 0.59% | - |
| HSV(B) | 305.67º | 0.6% | 0.84% | - |
| XYZ | 41.31 | 25.02 | 57.91 | - |
| YUV | 137.08 | 164.08 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 201 | 0 | 0.60 | 0.06 | 0.16 | 305.67 | 0.6 | 0.59 |
| Hex | D5 | 56 | C9 | 0 | 3C | 6 | 10 | 132 | 3C | 3B |
| Octal | 325 | 126 | 311 | 0 | 74 | 6 | 20 | 462 | 74 | 73 |
| Binary | 11010101 | 1010110 | 11001001 | 0 | 111100 | 110 | 10000 | 100110010 | 111100 | 111011 |
Color Harmonies of #D556C9
Complementary color
Monochromatic Colors of #D556C9
Black with #D556C9
Text Example
Text Example
White with #D556C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D556C9; }
p { color: rgb(213,86,201); }
H1.HeaderClassName
{
color: #D556C9;
}
.AnyTagClassName
{
color: #D556C9;
}
</style>
background-color css
<style>
a { background-color: #D556C9; }
a { background-color: rgb(213,86,201); }
div.DivClassName
{
background-color: #D556C9;
}
.BgClassName
{
background-color: #D556C9;
}
</style>
border-color css
<style>
span { border-color: #D556C9; }
span { border-color: rgb(213,86,201); }
td.TdClassName
{
border-color: #D556C9;
}
.TagClassName
{
border-color: #D556C9;
}
</style>