Html Css Color HEX #D559CC Free Speech Magenta
📋 copy color: '#D559CC'red 213 ◦ green 89 ◦ blue 204
Shades of Free Speech Magenta #D559CC
Tints of Free Speech Magenta #D559CC
RGB
CMYK
RGB Variations
Color information
#D559CC (or 0xD559CC) is known color: Free Speech Magenta. HEX triplet: D5, 59 and CC. RGB value is (213,89,204). Sum of RGB (Red+Green+Blue) = 213+89+204=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D559CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559CC is #2AA633. Grayscale: #8A8A8A. Windows color (decimal): -2795060 or 13392341. OLE color: 13392341.
HSL color Cylindrical-coordinate representation of color #D559CC: hue angle of 304.35º 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 #D559CC is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 204 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.16 |
| HSL | 304.35º | 0.6% | 0.59% | - |
| HSV(B) | 304.35º | 0.58% | 0.84% | - |
| XYZ | 41.91 | 25.65 | 59.87 | - |
| YUV | 139.19 | 164.58 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 204 | 0 | 0.58 | 0.04 | 0.16 | 304.35 | 0.6 | 0.59 |
| Hex | D5 | 59 | CC | 0 | 3A | 4 | 10 | 130 | 3C | 3B |
| Octal | 325 | 131 | 314 | 0 | 72 | 4 | 20 | 460 | 74 | 73 |
| Binary | 11010101 | 1011001 | 11001100 | 0 | 111010 | 100 | 10000 | 100110000 | 111100 | 111011 |
Color Harmonies of #D559CC
Complementary color
Monochromatic Colors of #D559CC
Black with #D559CC
Text Example
Text Example
White with #D559CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559CC; }
p { color: rgb(213,89,204); }
H1.HeaderClassName
{
color: #D559CC;
}
.AnyTagClassName
{
color: #D559CC;
}
</style>
background-color css
<style>
a { background-color: #D559CC; }
a { background-color: rgb(213,89,204); }
div.DivClassName
{
background-color: #D559CC;
}
.BgClassName
{
background-color: #D559CC;
}
</style>
border-color css
<style>
span { border-color: #D559CC; }
span { border-color: rgb(213,89,204); }
td.TdClassName
{
border-color: #D559CC;
}
.TagClassName
{
border-color: #D559CC;
}
</style>