Html Css Color HEX #D559C6 Free Speech Magenta
📋 copy color: '#D559C6'red 213 ◦ green 89 ◦ blue 198
Shades of Free Speech Magenta #D559C6
Tints of Free Speech Magenta #D559C6
RGB
CMYK
RGB Variations
Color information
#D559C6 (or 0xD559C6) is known color: Free Speech Magenta. HEX triplet: D5, 59 and C6. RGB value is (213,89,198). Sum of RGB (Red+Green+Blue) = 213+89+198=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D559C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559C6 is #2AA639. Grayscale: #8A8A8A. Windows color (decimal): -2795066 or 12999125. OLE color: 12999125.
HSL color Cylindrical-coordinate representation of color #D559C6: hue angle of 307.26º 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 #D559C6 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 198 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.16 |
| HSL | 307.26º | 0.6% | 0.59% | - |
| HSV(B) | 307.26º | 0.58% | 0.84% | - |
| XYZ | 41.21 | 25.37 | 56.15 | - |
| YUV | 138.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 198 | 0 | 0.58 | 0.07 | 0.16 | 307.26 | 0.6 | 0.59 |
| Hex | D5 | 59 | C6 | 0 | 3A | 7 | 10 | 133 | 3C | 3B |
| Octal | 325 | 131 | 306 | 0 | 72 | 7 | 20 | 463 | 74 | 73 |
| Binary | 11010101 | 1011001 | 11000110 | 0 | 111010 | 111 | 10000 | 100110011 | 111100 | 111011 |
Color Harmonies of #D559C6
Complementary color
Monochromatic Colors of #D559C6
Black with #D559C6
Text Example
Text Example
White with #D559C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559C6; }
p { color: rgb(213,89,198); }
H1.HeaderClassName
{
color: #D559C6;
}
.AnyTagClassName
{
color: #D559C6;
}
</style>
background-color css
<style>
a { background-color: #D559C6; }
a { background-color: rgb(213,89,198); }
div.DivClassName
{
background-color: #D559C6;
}
.BgClassName
{
background-color: #D559C6;
}
</style>
border-color css
<style>
span { border-color: #D559C6; }
span { border-color: rgb(213,89,198); }
td.TdClassName
{
border-color: #D559C6;
}
.TagClassName
{
border-color: #D559C6;
}
</style>