Html Css Color HEX #D549EE Free Speech Magenta
📋 copy color: '#D549EE'red 213 ◦ green 73 ◦ blue 238
Shades of Free Speech Magenta #D549EE
Tints of Free Speech Magenta #D549EE
RGB
CMYK
RGB Variations
Color information
#D549EE (or 0xD549EE) is known color: Free Speech Magenta. HEX triplet: D5, 49 and EE. RGB value is (213,73,238). Sum of RGB (Red+Green+Blue) = 213+73+238=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 73 (28.91% from 255 or 13.93% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #D549EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D549EE is #2AB611. Grayscale: #858585. Windows color (decimal): -2799122 or 15616469. OLE color: 15616469.
HSL color Cylindrical-coordinate representation of color #D549EE: hue angle of 290.91º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D549EE is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 73 | 238 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.07 |
| HSL | 290.91º | 0.83% | 0.61% | - |
| HSV(B) | 290.91º | 0.69% | 0.93% | - |
| XYZ | 45.26 | 25.08 | 83.35 | - |
| YUV | 133.67 | 186.88 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 238 | 0.11 | 0.69 | 0 | 0.07 | 290.91 | 0.83 | 0.61 |
| Hex | D5 | 49 | EE | B | 45 | 0 | 7 | 123 | 53 | 3D |
| Octal | 325 | 111 | 356 | 13 | 105 | 0 | 7 | 443 | 123 | 75 |
| Binary | 11010101 | 1001001 | 11101110 | 1011 | 1000101 | 0 | 111 | 100100011 | 1010011 | 111101 |
Color Harmonies of #D549EE
Complementary color
Monochromatic Colors of #D549EE
Black with #D549EE
Text Example
Text Example
White with #D549EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D549EE; }
p { color: rgb(213,73,238); }
H1.HeaderClassName
{
color: #D549EE;
}
.AnyTagClassName
{
color: #D549EE;
}
</style>
background-color css
<style>
a { background-color: #D549EE; }
a { background-color: rgb(213,73,238); }
div.DivClassName
{
background-color: #D549EE;
}
.BgClassName
{
background-color: #D549EE;
}
</style>
border-color css
<style>
span { border-color: #D549EE; }
span { border-color: rgb(213,73,238); }
td.TdClassName
{
border-color: #D549EE;
}
.TagClassName
{
border-color: #D549EE;
}
</style>