Html Css Color HEX #D559CB Free Speech Magenta
📋 copy color: '#D559CB'red 213 ◦ green 89 ◦ blue 203
Shades of Free Speech Magenta #D559CB
Tints of Free Speech Magenta #D559CB
RGB
CMYK
RGB Variations
Color information
#D559CB (or 0xD559CB) is known color: Free Speech Magenta. HEX triplet: D5, 59 and CB. RGB value is (213,89,203). Sum of RGB (Red+Green+Blue) = 213+89+203=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D559CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559CB is #2AA634. Grayscale: #8A8A8A. Windows color (decimal): -2795061 or 13326805. OLE color: 13326805.
HSL color Cylindrical-coordinate representation of color #D559CB: hue angle of 304.84º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D559CB is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 203 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.16 |
| HSL | 304.84º | 0.6% | 0.59% | - |
| HSV(B) | 304.84º | 0.58% | 0.84% | - |
| XYZ | 41.79 | 25.6 | 59.24 | - |
| YUV | 139.07 | 164.08 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 203 | 0 | 0.58 | 0.05 | 0.16 | 304.84 | 0.6 | 0.59 |
| Hex | D5 | 59 | CB | 0 | 3A | 5 | 10 | 131 | 3C | 3B |
| Octal | 325 | 131 | 313 | 0 | 72 | 5 | 20 | 461 | 74 | 73 |
| Binary | 11010101 | 1011001 | 11001011 | 0 | 111010 | 101 | 10000 | 100110001 | 111100 | 111011 |
Color Harmonies of #D559CB
Complementary color
Monochromatic Colors of #D559CB
Black with #D559CB
Text Example
Text Example
White with #D559CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559CB; }
p { color: rgb(213,89,203); }
H1.HeaderClassName
{
color: #D559CB;
}
.AnyTagClassName
{
color: #D559CB;
}
</style>
background-color css
<style>
a { background-color: #D559CB; }
a { background-color: rgb(213,89,203); }
div.DivClassName
{
background-color: #D559CB;
}
.BgClassName
{
background-color: #D559CB;
}
</style>
border-color css
<style>
span { border-color: #D559CB; }
span { border-color: rgb(213,89,203); }
td.TdClassName
{
border-color: #D559CB;
}
.TagClassName
{
border-color: #D559CB;
}
</style>