Html Css Color HEX #D556C8 Free Speech Magenta
📋 copy color: '#D556C8'red 213 ◦ green 86 ◦ blue 200
Shades of Free Speech Magenta #D556C8
Tints of Free Speech Magenta #D556C8
RGB
CMYK
RGB Variations
Color information
#D556C8 (or 0xD556C8) is known color: Free Speech Magenta. HEX triplet: D5, 56 and C8. RGB value is (213,86,200). Sum of RGB (Red+Green+Blue) = 213+86+200=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D556C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D556C8 is #2AA937. Grayscale: #888888. Windows color (decimal): -2795832 or 13129429. OLE color: 13129429.
HSL color Cylindrical-coordinate representation of color #D556C8: hue angle of 306.14º 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 #D556C8 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 200 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.16 |
| HSL | 306.14º | 0.6% | 0.59% | - |
| HSV(B) | 306.14º | 0.6% | 0.84% | - |
| XYZ | 41.19 | 24.97 | 57.29 | - |
| YUV | 136.97 | 163.58 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 200 | 0 | 0.60 | 0.06 | 0.16 | 306.14 | 0.6 | 0.59 |
| Hex | D5 | 56 | C8 | 0 | 3C | 6 | 10 | 132 | 3C | 3B |
| Octal | 325 | 126 | 310 | 0 | 74 | 6 | 20 | 462 | 74 | 73 |
| Binary | 11010101 | 1010110 | 11001000 | 0 | 111100 | 110 | 10000 | 100110010 | 111100 | 111011 |
Color Harmonies of #D556C8
Complementary color
Monochromatic Colors of #D556C8
Black with #D556C8
Text Example
Text Example
White with #D556C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D556C8; }
p { color: rgb(213,86,200); }
H1.HeaderClassName
{
color: #D556C8;
}
.AnyTagClassName
{
color: #D556C8;
}
</style>
background-color css
<style>
a { background-color: #D556C8; }
a { background-color: rgb(213,86,200); }
div.DivClassName
{
background-color: #D556C8;
}
.BgClassName
{
background-color: #D556C8;
}
</style>
border-color css
<style>
span { border-color: #D556C8; }
span { border-color: rgb(213,86,200); }
td.TdClassName
{
border-color: #D556C8;
}
.TagClassName
{
border-color: #D556C8;
}
</style>