Html Css Color HEX #D93AED Free Speech Magenta
📋 copy color: '#D93AED'red 217 ◦ green 58 ◦ blue 237
Shades of Free Speech Magenta #D93AED
Tints of Free Speech Magenta #D93AED
RGB
CMYK
RGB Variations
Color information
#D93AED (or 0xD93AED) is known color: Free Speech Magenta. HEX triplet: D9, 3A and ED. RGB value is (217,58,237). Sum of RGB (Red+Green+Blue) = 217+58+237=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 58 (23.05% from 255 or 11.33% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #D93AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D93AED is #26C512. Grayscale: #7D7D7D. Windows color (decimal): -2540819 or 15547097. OLE color: 15547097.
HSL color Cylindrical-coordinate representation of color #D93AED: hue angle of 293.3º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93AED is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 58 | 237 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.07 |
| HSL | 293.3º | 0.83% | 0.58% | - |
| HSV(B) | 293.3º | 0.76% | 0.93% | - |
| XYZ | 45.41 | 23.89 | 82.34 | - |
| YUV | 125.95 | 190.68 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 58 | 237 | 0.08 | 0.76 | 0 | 0.07 | 293.3 | 0.83 | 0.58 |
| Hex | D9 | 3A | ED | 8 | 4C | 0 | 7 | 125 | 53 | 3A |
| Octal | 331 | 72 | 355 | 10 | 114 | 0 | 7 | 445 | 123 | 72 |
| Binary | 11011001 | 111010 | 11101101 | 1000 | 1001100 | 0 | 111 | 100100101 | 1010011 | 111010 |
Color Harmonies of #D93AED
Complementary color
Monochromatic Colors of #D93AED
Black with #D93AED
Text Example
Text Example
White with #D93AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93AED; }
p { color: rgb(217,58,237); }
H1.HeaderClassName
{
color: #D93AED;
}
.AnyTagClassName
{
color: #D93AED;
}
</style>
background-color css
<style>
a { background-color: #D93AED; }
a { background-color: rgb(217,58,237); }
div.DivClassName
{
background-color: #D93AED;
}
.BgClassName
{
background-color: #D93AED;
}
</style>
border-color css
<style>
span { border-color: #D93AED; }
span { border-color: rgb(217,58,237); }
td.TdClassName
{
border-color: #D93AED;
}
.TagClassName
{
border-color: #D93AED;
}
</style>