Html Css Color HEX #D932E5 Free Speech Magenta
📋 copy color: '#D932E5'red 217 ◦ green 50 ◦ blue 229
Shades of Free Speech Magenta #D932E5
Tints of Free Speech Magenta #D932E5
RGB
CMYK
RGB Variations
Color information
#D932E5 (or 0xD932E5) is known color: Free Speech Magenta. HEX triplet: D9, 32 and E5. RGB value is (217,50,229). Sum of RGB (Red+Green+Blue) = 217+50+229=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 50 (19.92% from 255 or 10.08% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #D932E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D932E5 is #26CD1A. Grayscale: #777777. Windows color (decimal): -2542875 or 15020761. OLE color: 15020761.
HSL color Cylindrical-coordinate representation of color #D932E5: hue angle of 295.98º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D932E5 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 50 | 229 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.10 |
| HSL | 295.98º | 0.77% | 0.55% | - |
| HSV(B) | 295.98º | 0.78% | 0.9% | - |
| XYZ | 43.9 | 22.69 | 76.19 | - |
| YUV | 120.34 | 189.33 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 229 | 0.05 | 0.78 | 0 | 0.10 | 295.98 | 0.77 | 0.55 |
| Hex | D9 | 32 | E5 | 5 | 4E | 0 | A | 128 | 4D | 37 |
| Octal | 331 | 62 | 345 | 5 | 116 | 0 | 12 | 450 | 115 | 67 |
| Binary | 11011001 | 110010 | 11100101 | 101 | 1001110 | 0 | 1010 | 100101000 | 1001101 | 110111 |
Color Harmonies of #D932E5
Complementary color
Monochromatic Colors of #D932E5
Black with #D932E5
Text Example
Text Example
White with #D932E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D932E5; }
p { color: rgb(217,50,229); }
H1.HeaderClassName
{
color: #D932E5;
}
.AnyTagClassName
{
color: #D932E5;
}
</style>
background-color css
<style>
a { background-color: #D932E5; }
a { background-color: rgb(217,50,229); }
div.DivClassName
{
background-color: #D932E5;
}
.BgClassName
{
background-color: #D932E5;
}
</style>
border-color css
<style>
span { border-color: #D932E5; }
span { border-color: rgb(217,50,229); }
td.TdClassName
{
border-color: #D932E5;
}
.TagClassName
{
border-color: #D932E5;
}
</style>