Html Css Color HEX #D934E1 Free Speech Magenta
📋 copy color: '#D934E1'red 217 ◦ green 52 ◦ blue 225
Shades of Free Speech Magenta #D934E1
Tints of Free Speech Magenta #D934E1
RGB
CMYK
RGB Variations
Color information
#D934E1 (or 0xD934E1) is known color: Free Speech Magenta. HEX triplet: D9, 34 and E1. RGB value is (217,52,225). Sum of RGB (Red+Green+Blue) = 217+52+225=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 52 (20.70% from 255 or 10.53% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #D934E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D934E1 is #26CB1E. Grayscale: #787878. Windows color (decimal): -2542367 or 14759129. OLE color: 14759129.
HSL color Cylindrical-coordinate representation of color #D934E1: hue angle of 297.23º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D934E1 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 52 | 225 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.12 |
| HSL | 297.23º | 0.74% | 0.54% | - |
| HSV(B) | 297.23º | 0.77% | 0.88% | - |
| XYZ | 43.43 | 22.64 | 73.32 | - |
| YUV | 121.06 | 186.66 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 225 | 0.04 | 0.77 | 0 | 0.12 | 297.23 | 0.74 | 0.54 |
| Hex | D9 | 34 | E1 | 4 | 4D | 0 | C | 129 | 4A | 36 |
| Octal | 331 | 64 | 341 | 4 | 115 | 0 | 14 | 451 | 112 | 66 |
| Binary | 11011001 | 110100 | 11100001 | 100 | 1001101 | 0 | 1100 | 100101001 | 1001010 | 110110 |
Color Harmonies of #D934E1
Complementary color
Monochromatic Colors of #D934E1
Black with #D934E1
Text Example
Text Example
White with #D934E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D934E1; }
p { color: rgb(217,52,225); }
H1.HeaderClassName
{
color: #D934E1;
}
.AnyTagClassName
{
color: #D934E1;
}
</style>
background-color css
<style>
a { background-color: #D934E1; }
a { background-color: rgb(217,52,225); }
div.DivClassName
{
background-color: #D934E1;
}
.BgClassName
{
background-color: #D934E1;
}
</style>
border-color css
<style>
span { border-color: #D934E1; }
span { border-color: rgb(217,52,225); }
td.TdClassName
{
border-color: #D934E1;
}
.TagClassName
{
border-color: #D934E1;
}
</style>