Html Css Color HEX #D558DC Free Speech Magenta
📋 copy color: '#D558DC'red 213 ◦ green 88 ◦ blue 220
Shades of Free Speech Magenta #D558DC
Tints of Free Speech Magenta #D558DC
RGB
CMYK
RGB Variations
Color information
#D558DC (or 0xD558DC) is known color: Free Speech Magenta. HEX triplet: D5, 58 and DC. RGB value is (213,88,220). Sum of RGB (Red+Green+Blue) = 213+88+220=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 88 (34.77% from 255 or 16.89% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #D558DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D558DC is #2AA723. Grayscale: #8C8C8C. Windows color (decimal): -2795300 or 14440661. OLE color: 14440661.
HSL color Cylindrical-coordinate representation of color #D558DC: hue angle of 296.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D558DC is Cyan = 0.03, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 88 | 220 | - |
| CMYK | 0.03 | 0.6 | 0 | 0.14 |
| HSL | 296.82º | 0.65% | 0.6% | - |
| HSV(B) | 296.82º | 0.6% | 0.86% | - |
| XYZ | 43.85 | 26.29 | 70.47 | - |
| YUV | 140.42 | 172.91 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 220 | 0.03 | 0.6 | 0 | 0.14 | 296.82 | 0.65 | 0.6 |
| Hex | D5 | 58 | DC | 3 | 3C | 0 | E | 129 | 41 | 3C |
| Octal | 325 | 130 | 334 | 3 | 74 | 0 | 16 | 451 | 101 | 74 |
| Binary | 11010101 | 1011000 | 11011100 | 11 | 111100 | 0 | 1110 | 100101001 | 1000001 | 111100 |
Color Harmonies of #D558DC
Complementary color
Monochromatic Colors of #D558DC
Black with #D558DC
Text Example
Text Example
White with #D558DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D558DC; }
p { color: rgb(213,88,220); }
H1.HeaderClassName
{
color: #D558DC;
}
.AnyTagClassName
{
color: #D558DC;
}
</style>
background-color css
<style>
a { background-color: #D558DC; }
a { background-color: rgb(213,88,220); }
div.DivClassName
{
background-color: #D558DC;
}
.BgClassName
{
background-color: #D558DC;
}
</style>
border-color css
<style>
span { border-color: #D558DC; }
span { border-color: rgb(213,88,220); }
td.TdClassName
{
border-color: #D558DC;
}
.TagClassName
{
border-color: #D558DC;
}
</style>