Html Css Color HEX #D53CEA Free Speech Magenta
📋 copy color: '#D53CEA'red 213 ◦ green 60 ◦ blue 234
Shades of Free Speech Magenta #D53CEA
Tints of Free Speech Magenta #D53CEA
RGB
CMYK
RGB Variations
Color information
#D53CEA (or 0xD53CEA) is known color: Free Speech Magenta. HEX triplet: D5, 3C and EA. RGB value is (213,60,234). Sum of RGB (Red+Green+Blue) = 213+60+234=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #D53CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53CEA is #2AC315. Grayscale: #7D7D7D. Windows color (decimal): -2802454 or 15350997. OLE color: 15350997.
HSL color Cylindrical-coordinate representation of color #D53CEA: hue angle of 292.76º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53CEA is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 60 | 234 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.08 |
| HSL | 292.76º | 0.81% | 0.58% | - |
| HSV(B) | 292.76º | 0.74% | 0.92% | - |
| XYZ | 43.91 | 23.32 | 80.03 | - |
| YUV | 125.58 | 189.19 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 234 | 0.09 | 0.74 | 0 | 0.08 | 292.76 | 0.81 | 0.58 |
| Hex | D5 | 3C | EA | 9 | 4A | 0 | 8 | 125 | 51 | 3A |
| Octal | 325 | 74 | 352 | 11 | 112 | 0 | 10 | 445 | 121 | 72 |
| Binary | 11010101 | 111100 | 11101010 | 1001 | 1001010 | 0 | 1000 | 100100101 | 1010001 | 111010 |
Color Harmonies of #D53CEA
Complementary color
Monochromatic Colors of #D53CEA
Black with #D53CEA
Text Example
Text Example
White with #D53CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53CEA; }
p { color: rgb(213,60,234); }
H1.HeaderClassName
{
color: #D53CEA;
}
.AnyTagClassName
{
color: #D53CEA;
}
</style>
background-color css
<style>
a { background-color: #D53CEA; }
a { background-color: rgb(213,60,234); }
div.DivClassName
{
background-color: #D53CEA;
}
.BgClassName
{
background-color: #D53CEA;
}
</style>
border-color css
<style>
span { border-color: #D53CEA; }
span { border-color: rgb(213,60,234); }
td.TdClassName
{
border-color: #D53CEA;
}
.TagClassName
{
border-color: #D53CEA;
}
</style>