Html Css Color HEX #D545EE Free Speech Magenta
📋 copy color: '#D545EE'red 213 ◦ green 69 ◦ blue 238
Shades of Free Speech Magenta #D545EE
Tints of Free Speech Magenta #D545EE
RGB
CMYK
RGB Variations
Color information
#D545EE (or 0xD545EE) is known color: Free Speech Magenta. HEX triplet: D5, 45 and EE. RGB value is (213,69,238). Sum of RGB (Red+Green+Blue) = 213+69+238=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 69 (27.34% from 255 or 13.27% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #D545EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D545EE is #2ABA11. Grayscale: #828282. Windows color (decimal): -2800146 or 15615445. OLE color: 15615445.
HSL color Cylindrical-coordinate representation of color #D545EE: hue angle of 291.12º 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 #D545EE is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 69 | 238 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.07 |
| HSL | 291.12º | 0.83% | 0.6% | - |
| HSV(B) | 291.12º | 0.71% | 0.93% | - |
| XYZ | 45 | 24.58 | 83.26 | - |
| YUV | 131.32 | 188.21 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 238 | 0.11 | 0.71 | 0 | 0.07 | 291.12 | 0.83 | 0.6 |
| Hex | D5 | 45 | EE | B | 47 | 0 | 7 | 123 | 53 | 3C |
| Octal | 325 | 105 | 356 | 13 | 107 | 0 | 7 | 443 | 123 | 74 |
| Binary | 11010101 | 1000101 | 11101110 | 1011 | 1000111 | 0 | 111 | 100100011 | 1010011 | 111100 |
Color Harmonies of #D545EE
Complementary color
Monochromatic Colors of #D545EE
Black with #D545EE
Text Example
Text Example
White with #D545EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D545EE; }
p { color: rgb(213,69,238); }
H1.HeaderClassName
{
color: #D545EE;
}
.AnyTagClassName
{
color: #D545EE;
}
</style>
background-color css
<style>
a { background-color: #D545EE; }
a { background-color: rgb(213,69,238); }
div.DivClassName
{
background-color: #D545EE;
}
.BgClassName
{
background-color: #D545EE;
}
</style>
border-color css
<style>
span { border-color: #D545EE; }
span { border-color: rgb(213,69,238); }
td.TdClassName
{
border-color: #D545EE;
}
.TagClassName
{
border-color: #D545EE;
}
</style>