Html Css Color HEX #D559D0 Free Speech Magenta
📋 copy color: '#D559D0'red 213 ◦ green 89 ◦ blue 208
Shades of Free Speech Magenta #D559D0
Tints of Free Speech Magenta #D559D0
RGB
CMYK
RGB Variations
Color information
#D559D0 (or 0xD559D0) is known color: Free Speech Magenta. HEX triplet: D5, 59 and D0. RGB value is (213,89,208). Sum of RGB (Red+Green+Blue) = 213+89+208=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D559D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559D0 is #2AA62F. Grayscale: #8B8B8B. Windows color (decimal): -2795056 or 13654485. OLE color: 13654485.
HSL color Cylindrical-coordinate representation of color #D559D0: hue angle of 302.42º 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 #D559D0 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 208 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.16 |
| HSL | 302.42º | 0.6% | 0.59% | - |
| HSV(B) | 302.42º | 0.58% | 0.84% | - |
| XYZ | 42.4 | 25.84 | 62.43 | - |
| YUV | 139.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 208 | 0 | 0.58 | 0.02 | 0.16 | 302.42 | 0.6 | 0.59 |
| Hex | D5 | 59 | D0 | 0 | 3A | 2 | 10 | 12E | 3C | 3B |
| Octal | 325 | 131 | 320 | 0 | 72 | 2 | 20 | 456 | 74 | 73 |
| Binary | 11010101 | 1011001 | 11010000 | 0 | 111010 | 10 | 10000 | 100101110 | 111100 | 111011 |
Color Harmonies of #D559D0
Complementary color
Monochromatic Colors of #D559D0
Black with #D559D0
Text Example
Text Example
White with #D559D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559D0; }
p { color: rgb(213,89,208); }
H1.HeaderClassName
{
color: #D559D0;
}
.AnyTagClassName
{
color: #D559D0;
}
</style>
background-color css
<style>
a { background-color: #D559D0; }
a { background-color: rgb(213,89,208); }
div.DivClassName
{
background-color: #D559D0;
}
.BgClassName
{
background-color: #D559D0;
}
</style>
border-color css
<style>
span { border-color: #D559D0; }
span { border-color: rgb(213,89,208); }
td.TdClassName
{
border-color: #D559D0;
}
.TagClassName
{
border-color: #D559D0;
}
</style>