Html Css Color HEX #D559CE Free Speech Magenta
📋 copy color: '#D559CE'red 213 ◦ green 89 ◦ blue 206
Shades of Free Speech Magenta #D559CE
Tints of Free Speech Magenta #D559CE
RGB
CMYK
RGB Variations
Color information
#D559CE (or 0xD559CE) is known color: Free Speech Magenta. HEX triplet: D5, 59 and CE. RGB value is (213,89,206). Sum of RGB (Red+Green+Blue) = 213+89+206=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D559CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559CE is #2AA631. Grayscale: #8B8B8B. Windows color (decimal): -2795058 or 13523413. OLE color: 13523413.
HSL color Cylindrical-coordinate representation of color #D559CE: hue angle of 303.39º 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 #D559CE is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 206 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.16 |
| HSL | 303.39º | 0.6% | 0.59% | - |
| HSV(B) | 303.39º | 0.58% | 0.84% | - |
| XYZ | 42.15 | 25.75 | 61.14 | - |
| YUV | 139.41 | 165.58 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 206 | 0 | 0.58 | 0.03 | 0.16 | 303.39 | 0.6 | 0.59 |
| Hex | D5 | 59 | CE | 0 | 3A | 3 | 10 | 12F | 3C | 3B |
| Octal | 325 | 131 | 316 | 0 | 72 | 3 | 20 | 457 | 74 | 73 |
| Binary | 11010101 | 1011001 | 11001110 | 0 | 111010 | 11 | 10000 | 100101111 | 111100 | 111011 |
Color Harmonies of #D559CE
Complementary color
Monochromatic Colors of #D559CE
Black with #D559CE
Text Example
Text Example
White with #D559CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559CE; }
p { color: rgb(213,89,206); }
H1.HeaderClassName
{
color: #D559CE;
}
.AnyTagClassName
{
color: #D559CE;
}
</style>
background-color css
<style>
a { background-color: #D559CE; }
a { background-color: rgb(213,89,206); }
div.DivClassName
{
background-color: #D559CE;
}
.BgClassName
{
background-color: #D559CE;
}
</style>
border-color css
<style>
span { border-color: #D559CE; }
span { border-color: rgb(213,89,206); }
td.TdClassName
{
border-color: #D559CE;
}
.TagClassName
{
border-color: #D559CE;
}
</style>