Html Css Color HEX #D558C8 Free Speech Magenta
📋 copy color: '#D558C8'red 213 ◦ green 88 ◦ blue 200
Shades of Free Speech Magenta #D558C8
Tints of Free Speech Magenta #D558C8
RGB
CMYK
RGB Variations
Color information
#D558C8 (or 0xD558C8) is known color: Free Speech Magenta. HEX triplet: D5, 58 and C8. RGB value is (213,88,200). Sum of RGB (Red+Green+Blue) = 213+88+200=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D558C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D558C8 is #2AA737. Grayscale: #898989. Windows color (decimal): -2795320 or 13129941. OLE color: 13129941.
HSL color Cylindrical-coordinate representation of color #D558C8: hue angle of 306.24º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D558C8 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 200 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.16 |
| HSL | 306.24º | 0.6% | 0.59% | - |
| HSV(B) | 306.24º | 0.59% | 0.84% | - |
| XYZ | 41.36 | 25.3 | 57.35 | - |
| YUV | 138.14 | 162.91 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 200 | 0 | 0.59 | 0.06 | 0.16 | 306.24 | 0.6 | 0.59 |
| Hex | D5 | 58 | C8 | 0 | 3B | 6 | 10 | 132 | 3C | 3B |
| Octal | 325 | 130 | 310 | 0 | 73 | 6 | 20 | 462 | 74 | 73 |
| Binary | 11010101 | 1011000 | 11001000 | 0 | 111011 | 110 | 10000 | 100110010 | 111100 | 111011 |
Color Harmonies of #D558C8
Complementary color
Monochromatic Colors of #D558C8
Black with #D558C8
Text Example
Text Example
White with #D558C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D558C8; }
p { color: rgb(213,88,200); }
H1.HeaderClassName
{
color: #D558C8;
}
.AnyTagClassName
{
color: #D558C8;
}
</style>
background-color css
<style>
a { background-color: #D558C8; }
a { background-color: rgb(213,88,200); }
div.DivClassName
{
background-color: #D558C8;
}
.BgClassName
{
background-color: #D558C8;
}
</style>
border-color css
<style>
span { border-color: #D558C8; }
span { border-color: rgb(213,88,200); }
td.TdClassName
{
border-color: #D558C8;
}
.TagClassName
{
border-color: #D558C8;
}
</style>