Html Css Color HEX #D532E8 Free Speech Magenta
📋 copy color: '#D532E8'red 213 ◦ green 50 ◦ blue 232
Shades of Free Speech Magenta #D532E8
Tints of Free Speech Magenta #D532E8
RGB
CMYK
RGB Variations
Color information
#D532E8 (or 0xD532E8) is known color: Free Speech Magenta. HEX triplet: D5, 32 and E8. RGB value is (213,50,232). Sum of RGB (Red+Green+Blue) = 213+50+232=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 50 (19.92% from 255 or 10.10% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 232 - color contains mainly: blue. Hex color #D532E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D532E8 is #2ACD17. Grayscale: #767676. Windows color (decimal): -2805016 or 15217365. OLE color: 15217365.
HSL color Cylindrical-coordinate representation of color #D532E8: hue angle of 293.74º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D532E8 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 50 | 232 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.09 |
| HSL | 293.74º | 0.8% | 0.55% | - |
| HSV(B) | 293.74º | 0.78% | 0.91% | - |
| XYZ | 43.15 | 22.25 | 78.37 | - |
| YUV | 119.49 | 191.5 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 232 | 0.08 | 0.78 | 0 | 0.09 | 293.74 | 0.8 | 0.55 |
| Hex | D5 | 32 | E8 | 8 | 4E | 0 | 9 | 126 | 50 | 37 |
| Octal | 325 | 62 | 350 | 10 | 116 | 0 | 11 | 446 | 120 | 67 |
| Binary | 11010101 | 110010 | 11101000 | 1000 | 1001110 | 0 | 1001 | 100100110 | 1010000 | 110111 |
Color Harmonies of #D532E8
Complementary color
Monochromatic Colors of #D532E8
Black with #D532E8
Text Example
Text Example
White with #D532E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D532E8; }
p { color: rgb(213,50,232); }
H1.HeaderClassName
{
color: #D532E8;
}
.AnyTagClassName
{
color: #D532E8;
}
</style>
background-color css
<style>
a { background-color: #D532E8; }
a { background-color: rgb(213,50,232); }
div.DivClassName
{
background-color: #D532E8;
}
.BgClassName
{
background-color: #D532E8;
}
</style>
border-color css
<style>
span { border-color: #D532E8; }
span { border-color: rgb(213,50,232); }
td.TdClassName
{
border-color: #D532E8;
}
.TagClassName
{
border-color: #D532E8;
}
</style>