Html Css Color HEX #D54EE5 Free Speech Magenta
📋 copy color: '#D54EE5'red 213 ◦ green 78 ◦ blue 229
Shades of Free Speech Magenta #D54EE5
Tints of Free Speech Magenta #D54EE5
RGB
CMYK
RGB Variations
Color information
#D54EE5 (or 0xD54EE5) is known color: Free Speech Magenta. HEX triplet: D5, 4E and E5. RGB value is (213,78,229). Sum of RGB (Red+Green+Blue) = 213+78+229=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #D54EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54EE5 is #2AB11A. Grayscale: #878787. Windows color (decimal): -2797851 or 15027925. OLE color: 15027925.
HSL color Cylindrical-coordinate representation of color #D54EE5: hue angle of 293.64º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54EE5 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 78 | 229 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.10 |
| HSL | 293.64º | 0.74% | 0.6% | - |
| HSV(B) | 293.64º | 0.66% | 0.9% | - |
| XYZ | 44.31 | 25.25 | 76.67 | - |
| YUV | 135.58 | 180.73 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 229 | 0.07 | 0.66 | 0 | 0.10 | 293.64 | 0.74 | 0.6 |
| Hex | D5 | 4E | E5 | 7 | 42 | 0 | A | 126 | 4A | 3C |
| Octal | 325 | 116 | 345 | 7 | 102 | 0 | 12 | 446 | 112 | 74 |
| Binary | 11010101 | 1001110 | 11100101 | 111 | 1000010 | 0 | 1010 | 100100110 | 1001010 | 111100 |
Color Harmonies of #D54EE5
Complementary color
Monochromatic Colors of #D54EE5
Black with #D54EE5
Text Example
Text Example
White with #D54EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54EE5; }
p { color: rgb(213,78,229); }
H1.HeaderClassName
{
color: #D54EE5;
}
.AnyTagClassName
{
color: #D54EE5;
}
</style>
background-color css
<style>
a { background-color: #D54EE5; }
a { background-color: rgb(213,78,229); }
div.DivClassName
{
background-color: #D54EE5;
}
.BgClassName
{
background-color: #D54EE5;
}
</style>
border-color css
<style>
span { border-color: #D54EE5; }
span { border-color: rgb(213,78,229); }
td.TdClassName
{
border-color: #D54EE5;
}
.TagClassName
{
border-color: #D54EE5;
}
</style>