Html Css Color HEX #D53CE5 Free Speech Magenta
📋 copy color: '#D53CE5'red 213 ◦ green 60 ◦ blue 229
Shades of Free Speech Magenta #D53CE5
Tints of Free Speech Magenta #D53CE5
RGB
CMYK
RGB Variations
Color information
#D53CE5 (or 0xD53CE5) is known color: Free Speech Magenta. HEX triplet: D5, 3C and E5. RGB value is (213,60,229). Sum of RGB (Red+Green+Blue) = 213+60+229=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #D53CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CE5 is #2AC31A. Grayscale: #7C7C7C. Windows color (decimal): -2802459 or 15023317. OLE color: 15023317.
HSL color Cylindrical-coordinate representation of color #D53CE5: hue angle of 294.32º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53CE5 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 60 | 229 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.10 |
| HSL | 294.32º | 0.76% | 0.57% | - |
| HSV(B) | 294.32º | 0.74% | 0.9% | - |
| XYZ | 43.2 | 23.04 | 76.3 | - |
| YUV | 125.01 | 186.69 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 229 | 0.07 | 0.74 | 0 | 0.10 | 294.32 | 0.76 | 0.57 |
| Hex | D5 | 3C | E5 | 7 | 4A | 0 | A | 126 | 4C | 39 |
| Octal | 325 | 74 | 345 | 7 | 112 | 0 | 12 | 446 | 114 | 71 |
| Binary | 11010101 | 111100 | 11100101 | 111 | 1001010 | 0 | 1010 | 100100110 | 1001100 | 111001 |
Color Harmonies of #D53CE5
Complementary color
Monochromatic Colors of #D53CE5
Black with #D53CE5
Text Example
Text Example
White with #D53CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53CE5; }
p { color: rgb(213,60,229); }
H1.HeaderClassName
{
color: #D53CE5;
}
.AnyTagClassName
{
color: #D53CE5;
}
</style>
background-color css
<style>
a { background-color: #D53CE5; }
a { background-color: rgb(213,60,229); }
div.DivClassName
{
background-color: #D53CE5;
}
.BgClassName
{
background-color: #D53CE5;
}
</style>
border-color css
<style>
span { border-color: #D53CE5; }
span { border-color: rgb(213,60,229); }
td.TdClassName
{
border-color: #D53CE5;
}
.TagClassName
{
border-color: #D53CE5;
}
</style>