Html Css Color HEX #D559D3 Free Speech Magenta
📋 copy color: '#D559D3'red 213 ◦ green 89 ◦ blue 211
Shades of Free Speech Magenta #D559D3
Tints of Free Speech Magenta #D559D3
RGB
CMYK
RGB Variations
Color information
#D559D3 (or 0xD559D3) is known color: Free Speech Magenta. HEX triplet: D5, 59 and D3. RGB value is (213,89,211). Sum of RGB (Red+Green+Blue) = 213+89+211=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D559D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559D3 is #2AA62C. Grayscale: #8B8B8B. Windows color (decimal): -2795053 or 13851093. OLE color: 13851093.
HSL color Cylindrical-coordinate representation of color #D559D3: hue angle of 300.97º 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 #D559D3 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 211 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.16 |
| HSL | 300.97º | 0.6% | 0.59% | - |
| HSV(B) | 300.97º | 0.58% | 0.84% | - |
| XYZ | 42.77 | 25.99 | 64.39 | - |
| YUV | 139.98 | 168.08 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 211 | 0 | 0.58 | 0.01 | 0.16 | 300.97 | 0.6 | 0.59 |
| Hex | D5 | 59 | D3 | 0 | 3A | 1 | 10 | 12D | 3C | 3B |
| Octal | 325 | 131 | 323 | 0 | 72 | 1 | 20 | 455 | 74 | 73 |
| Binary | 11010101 | 1011001 | 11010011 | 0 | 111010 | 1 | 10000 | 100101101 | 111100 | 111011 |
Color Harmonies of #D559D3
Complementary color
Monochromatic Colors of #D559D3
Black with #D559D3
Text Example
Text Example
White with #D559D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559D3; }
p { color: rgb(213,89,211); }
H1.HeaderClassName
{
color: #D559D3;
}
.AnyTagClassName
{
color: #D559D3;
}
</style>
background-color css
<style>
a { background-color: #D559D3; }
a { background-color: rgb(213,89,211); }
div.DivClassName
{
background-color: #D559D3;
}
.BgClassName
{
background-color: #D559D3;
}
</style>
border-color css
<style>
span { border-color: #D559D3; }
span { border-color: rgb(213,89,211); }
td.TdClassName
{
border-color: #D559D3;
}
.TagClassName
{
border-color: #D559D3;
}
</style>