Html Css Color HEX #D53FE5 Free Speech Magenta
📋 copy color: '#D53FE5'red 213 ◦ green 63 ◦ blue 229
Shades of Free Speech Magenta #D53FE5
Tints of Free Speech Magenta #D53FE5
RGB
CMYK
RGB Variations
Color information
#D53FE5 (or 0xD53FE5) is known color: Free Speech Magenta. HEX triplet: D5, 3F and E5. RGB value is (213,63,229). Sum of RGB (Red+Green+Blue) = 213+63+229=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 63 (25% from 255 or 12.48% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #D53FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FE5 is #2AC01A. Grayscale: #7E7E7E. Windows color (decimal): -2801691 or 15024085. OLE color: 15024085.
HSL color Cylindrical-coordinate representation of color #D53FE5: hue angle of 294.22º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53FE5 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 63 | 229 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.10 |
| HSL | 294.22º | 0.76% | 0.57% | - |
| HSV(B) | 294.22º | 0.72% | 0.9% | - |
| XYZ | 43.36 | 23.36 | 76.35 | - |
| YUV | 126.77 | 185.7 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 229 | 0.07 | 0.72 | 0 | 0.10 | 294.22 | 0.76 | 0.57 |
| Hex | D5 | 3F | E5 | 7 | 48 | 0 | A | 126 | 4C | 39 |
| Octal | 325 | 77 | 345 | 7 | 110 | 0 | 12 | 446 | 114 | 71 |
| Binary | 11010101 | 111111 | 11100101 | 111 | 1001000 | 0 | 1010 | 100100110 | 1001100 | 111001 |
Color Harmonies of #D53FE5
Complementary color
Monochromatic Colors of #D53FE5
Black with #D53FE5
Text Example
Text Example
White with #D53FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53FE5; }
p { color: rgb(213,63,229); }
H1.HeaderClassName
{
color: #D53FE5;
}
.AnyTagClassName
{
color: #D53FE5;
}
</style>
background-color css
<style>
a { background-color: #D53FE5; }
a { background-color: rgb(213,63,229); }
div.DivClassName
{
background-color: #D53FE5;
}
.BgClassName
{
background-color: #D53FE5;
}
</style>
border-color css
<style>
span { border-color: #D53FE5; }
span { border-color: rgb(213,63,229); }
td.TdClassName
{
border-color: #D53FE5;
}
.TagClassName
{
border-color: #D53FE5;
}
</style>