Html Css Color HEX #D558EE Free Speech Magenta
📋 copy color: '#D558EE'red 213 ◦ green 88 ◦ blue 238
Shades of Free Speech Magenta #D558EE
Tints of Free Speech Magenta #D558EE
RGB
CMYK
RGB Variations
Color information
#D558EE (or 0xD558EE) is known color: Free Speech Magenta. HEX triplet: D5, 58 and EE. RGB value is (213,88,238). Sum of RGB (Red+Green+Blue) = 213+88+238=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #D558EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D558EE is #2AA711. Grayscale: #8E8E8E. Windows color (decimal): -2795282 or 15620309. OLE color: 15620309.
HSL color Cylindrical-coordinate representation of color #D558EE: hue angle of 290º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D558EE is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 88 | 238 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.07 |
| HSL | 290º | 0.82% | 0.64% | - |
| HSV(B) | 290º | 0.63% | 0.93% | - |
| XYZ | 46.36 | 27.3 | 83.71 | - |
| YUV | 142.48 | 181.91 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 238 | 0.11 | 0.63 | 0 | 0.07 | 290 | 0.82 | 0.64 |
| Hex | D5 | 58 | EE | B | 3F | 0 | 7 | 122 | 52 | 40 |
| Octal | 325 | 130 | 356 | 13 | 77 | 0 | 7 | 442 | 122 | 100 |
| Binary | 11010101 | 1011000 | 11101110 | 1011 | 111111 | 0 | 111 | 100100010 | 1010010 | 1000000 |
Color Harmonies of #D558EE
Complementary color
Monochromatic Colors of #D558EE
Black with #D558EE
Text Example
Text Example
White with #D558EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D558EE; }
p { color: rgb(213,88,238); }
H1.HeaderClassName
{
color: #D558EE;
}
.AnyTagClassName
{
color: #D558EE;
}
</style>
background-color css
<style>
a { background-color: #D558EE; }
a { background-color: rgb(213,88,238); }
div.DivClassName
{
background-color: #D558EE;
}
.BgClassName
{
background-color: #D558EE;
}
</style>
border-color css
<style>
span { border-color: #D558EE; }
span { border-color: rgb(213,88,238); }
td.TdClassName
{
border-color: #D558EE;
}
.TagClassName
{
border-color: #D558EE;
}
</style>