Html Css Color HEX #D547EE Free Speech Magenta
📋 copy color: '#D547EE'red 213 ◦ green 71 ◦ blue 238
Shades of Free Speech Magenta #D547EE
Tints of Free Speech Magenta #D547EE
RGB
CMYK
RGB Variations
Color information
#D547EE (or 0xD547EE) is known color: Free Speech Magenta. HEX triplet: D5, 47 and EE. RGB value is (213,71,238). Sum of RGB (Red+Green+Blue) = 213+71+238=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 71 (28.12% from 255 or 13.60% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #D547EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D547EE is #2AB811. Grayscale: #838383. Windows color (decimal): -2799634 or 15615957. OLE color: 15615957.
HSL color Cylindrical-coordinate representation of color #D547EE: hue angle of 291.02º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D547EE is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 71 | 238 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.07 |
| HSL | 291.02º | 0.83% | 0.61% | - |
| HSV(B) | 291.02º | 0.7% | 0.93% | - |
| XYZ | 45.13 | 24.83 | 83.3 | - |
| YUV | 132.5 | 187.54 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 238 | 0.11 | 0.70 | 0 | 0.07 | 291.02 | 0.83 | 0.61 |
| Hex | D5 | 47 | EE | B | 46 | 0 | 7 | 123 | 53 | 3D |
| Octal | 325 | 107 | 356 | 13 | 106 | 0 | 7 | 443 | 123 | 75 |
| Binary | 11010101 | 1000111 | 11101110 | 1011 | 1000110 | 0 | 111 | 100100011 | 1010011 | 111101 |
Color Harmonies of #D547EE
Complementary color
Monochromatic Colors of #D547EE
Black with #D547EE
Text Example
Text Example
White with #D547EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D547EE; }
p { color: rgb(213,71,238); }
H1.HeaderClassName
{
color: #D547EE;
}
.AnyTagClassName
{
color: #D547EE;
}
</style>
background-color css
<style>
a { background-color: #D547EE; }
a { background-color: rgb(213,71,238); }
div.DivClassName
{
background-color: #D547EE;
}
.BgClassName
{
background-color: #D547EE;
}
</style>
border-color css
<style>
span { border-color: #D547EE; }
span { border-color: rgb(213,71,238); }
td.TdClassName
{
border-color: #D547EE;
}
.TagClassName
{
border-color: #D547EE;
}
</style>