Html Css Color HEX #D53EE5 Free Speech Magenta
📋 copy color: '#D53EE5'red 213 ◦ green 62 ◦ blue 229
Shades of Free Speech Magenta #D53EE5
Tints of Free Speech Magenta #D53EE5
RGB
CMYK
RGB Variations
Color information
#D53EE5 (or 0xD53EE5) is known color: Free Speech Magenta. HEX triplet: D5, 3E and E5. RGB value is (213,62,229). Sum of RGB (Red+Green+Blue) = 213+62+229=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 62 (24.61% from 255 or 12.30% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #D53EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53EE5 is #2AC11A. Grayscale: #7D7D7D. Windows color (decimal): -2801947 or 15023829. OLE color: 15023829.
HSL color Cylindrical-coordinate representation of color #D53EE5: hue angle of 294.25º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53EE5 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 62 | 229 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.10 |
| HSL | 294.25º | 0.76% | 0.57% | - |
| HSV(B) | 294.25º | 0.73% | 0.9% | - |
| XYZ | 43.31 | 23.25 | 76.33 | - |
| YUV | 126.19 | 186.03 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 62 | 229 | 0.07 | 0.73 | 0 | 0.10 | 294.25 | 0.76 | 0.57 |
| Hex | D5 | 3E | E5 | 7 | 49 | 0 | A | 126 | 4C | 39 |
| Octal | 325 | 76 | 345 | 7 | 111 | 0 | 12 | 446 | 114 | 71 |
| Binary | 11010101 | 111110 | 11100101 | 111 | 1001001 | 0 | 1010 | 100100110 | 1001100 | 111001 |
Color Harmonies of #D53EE5
Complementary color
Monochromatic Colors of #D53EE5
Black with #D53EE5
Text Example
Text Example
White with #D53EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53EE5; }
p { color: rgb(213,62,229); }
H1.HeaderClassName
{
color: #D53EE5;
}
.AnyTagClassName
{
color: #D53EE5;
}
</style>
background-color css
<style>
a { background-color: #D53EE5; }
a { background-color: rgb(213,62,229); }
div.DivClassName
{
background-color: #D53EE5;
}
.BgClassName
{
background-color: #D53EE5;
}
</style>
border-color css
<style>
span { border-color: #D53EE5; }
span { border-color: rgb(213,62,229); }
td.TdClassName
{
border-color: #D53EE5;
}
.TagClassName
{
border-color: #D53EE5;
}
</style>