Html Css Color HEX #D93FE5 Free Speech Magenta
📋 copy color: '#D93FE5'red 217 ◦ green 63 ◦ blue 229
Shades of Free Speech Magenta #D93FE5
Tints of Free Speech Magenta #D93FE5
RGB
CMYK
RGB Variations
Color information
#D93FE5 (or 0xD93FE5) is known color: Free Speech Magenta. HEX triplet: D9, 3F and E5. RGB value is (217,63,229). Sum of RGB (Red+Green+Blue) = 217+63+229=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #D93FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93FE5 is #26C01A. Grayscale: #7F7F7F. Windows color (decimal): -2539547 or 15024089. OLE color: 15024089.
HSL color Cylindrical-coordinate representation of color #D93FE5: hue angle of 295.66º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93FE5 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 63 | 229 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.10 |
| HSL | 295.66º | 0.76% | 0.57% | - |
| HSV(B) | 295.66º | 0.72% | 0.9% | - |
| XYZ | 44.54 | 23.96 | 76.41 | - |
| YUV | 127.97 | 185.02 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 229 | 0.05 | 0.72 | 0 | 0.10 | 295.66 | 0.76 | 0.57 |
| Hex | D9 | 3F | E5 | 5 | 48 | 0 | A | 128 | 4C | 39 |
| Octal | 331 | 77 | 345 | 5 | 110 | 0 | 12 | 450 | 114 | 71 |
| Binary | 11011001 | 111111 | 11100101 | 101 | 1001000 | 0 | 1010 | 100101000 | 1001100 | 111001 |
Color Harmonies of #D93FE5
Complementary color
Monochromatic Colors of #D93FE5
Black with #D93FE5
Text Example
Text Example
White with #D93FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93FE5; }
p { color: rgb(217,63,229); }
H1.HeaderClassName
{
color: #D93FE5;
}
.AnyTagClassName
{
color: #D93FE5;
}
</style>
background-color css
<style>
a { background-color: #D93FE5; }
a { background-color: rgb(217,63,229); }
div.DivClassName
{
background-color: #D93FE5;
}
.BgClassName
{
background-color: #D93FE5;
}
</style>
border-color css
<style>
span { border-color: #D93FE5; }
span { border-color: rgb(217,63,229); }
td.TdClassName
{
border-color: #D93FE5;
}
.TagClassName
{
border-color: #D93FE5;
}
</style>