Html Css Color HEX #D546EE Free Speech Magenta
📋 copy color: '#D546EE'red 213 ◦ green 70 ◦ blue 238
Shades of Free Speech Magenta #D546EE
Tints of Free Speech Magenta #D546EE
RGB
CMYK
RGB Variations
Color information
#D546EE (or 0xD546EE) is known color: Free Speech Magenta. HEX triplet: D5, 46 and EE. RGB value is (213,70,238). Sum of RGB (Red+Green+Blue) = 213+70+238=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 70 (27.73% from 255 or 13.44% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #D546EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D546EE is #2AB911. Grayscale: #838383. Windows color (decimal): -2799890 or 15615701. OLE color: 15615701.
HSL color Cylindrical-coordinate representation of color #D546EE: hue angle of 291.07º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D546EE is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 70 | 238 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.07 |
| HSL | 291.07º | 0.83% | 0.6% | - |
| HSV(B) | 291.07º | 0.71% | 0.93% | - |
| XYZ | 45.06 | 24.7 | 83.28 | - |
| YUV | 131.91 | 187.88 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 238 | 0.11 | 0.71 | 0 | 0.07 | 291.07 | 0.83 | 0.6 |
| Hex | D5 | 46 | EE | B | 47 | 0 | 7 | 123 | 53 | 3C |
| Octal | 325 | 106 | 356 | 13 | 107 | 0 | 7 | 443 | 123 | 74 |
| Binary | 11010101 | 1000110 | 11101110 | 1011 | 1000111 | 0 | 111 | 100100011 | 1010011 | 111100 |
Color Harmonies of #D546EE
Complementary color
Monochromatic Colors of #D546EE
Black with #D546EE
Text Example
Text Example
White with #D546EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D546EE; }
p { color: rgb(213,70,238); }
H1.HeaderClassName
{
color: #D546EE;
}
.AnyTagClassName
{
color: #D546EE;
}
</style>
background-color css
<style>
a { background-color: #D546EE; }
a { background-color: rgb(213,70,238); }
div.DivClassName
{
background-color: #D546EE;
}
.BgClassName
{
background-color: #D546EE;
}
</style>
border-color css
<style>
span { border-color: #D546EE; }
span { border-color: rgb(213,70,238); }
td.TdClassName
{
border-color: #D546EE;
}
.TagClassName
{
border-color: #D546EE;
}
</style>