Html Css Color HEX #D535E5 Free Speech Magenta
📋 copy color: '#D535E5'red 213 ◦ green 53 ◦ blue 229
Shades of Free Speech Magenta #D535E5
Tints of Free Speech Magenta #D535E5
RGB
CMYK
RGB Variations
Color information
#D535E5 (or 0xD535E5) is known color: Free Speech Magenta. HEX triplet: D5, 35 and E5. RGB value is (213,53,229). Sum of RGB (Red+Green+Blue) = 213+53+229=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 53 (21.09% from 255 or 10.71% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #D535E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D535E5 is #2ACA1A. Grayscale: #787878. Windows color (decimal): -2804251 or 15021525. OLE color: 15021525.
HSL color Cylindrical-coordinate representation of color #D535E5: hue angle of 294.55º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D535E5 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 53 | 229 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.10 |
| HSL | 294.55º | 0.77% | 0.55% | - |
| HSV(B) | 294.55º | 0.77% | 0.9% | - |
| XYZ | 42.86 | 22.35 | 76.18 | - |
| YUV | 120.9 | 189.01 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 229 | 0.07 | 0.77 | 0 | 0.10 | 294.55 | 0.77 | 0.55 |
| Hex | D5 | 35 | E5 | 7 | 4D | 0 | A | 127 | 4D | 37 |
| Octal | 325 | 65 | 345 | 7 | 115 | 0 | 12 | 447 | 115 | 67 |
| Binary | 11010101 | 110101 | 11100101 | 111 | 1001101 | 0 | 1010 | 100100111 | 1001101 | 110111 |
Color Harmonies of #D535E5
Complementary color
Monochromatic Colors of #D535E5
Black with #D535E5
Text Example
Text Example
White with #D535E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D535E5; }
p { color: rgb(213,53,229); }
H1.HeaderClassName
{
color: #D535E5;
}
.AnyTagClassName
{
color: #D535E5;
}
</style>
background-color css
<style>
a { background-color: #D535E5; }
a { background-color: rgb(213,53,229); }
div.DivClassName
{
background-color: #D535E5;
}
.BgClassName
{
background-color: #D535E5;
}
</style>
border-color css
<style>
span { border-color: #D535E5; }
span { border-color: rgb(213,53,229); }
td.TdClassName
{
border-color: #D535E5;
}
.TagClassName
{
border-color: #D535E5;
}
</style>