Html Css Color HEX #D933E5 Free Speech Magenta
📋 copy color: '#D933E5'red 217 ◦ green 51 ◦ blue 229
Shades of Free Speech Magenta #D933E5
Tints of Free Speech Magenta #D933E5
RGB
CMYK
RGB Variations
Color information
#D933E5 (or 0xD933E5) is known color: Free Speech Magenta. HEX triplet: D9, 33 and E5. RGB value is (217,51,229). Sum of RGB (Red+Green+Blue) = 217+51+229=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 51 (20.31% from 255 or 10.26% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #D933E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D933E5 is #26CC1A. Grayscale: #787878. Windows color (decimal): -2542619 or 15021017. OLE color: 15021017.
HSL color Cylindrical-coordinate representation of color #D933E5: hue angle of 295.96º 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 #D933E5 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 51 | 229 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.10 |
| HSL | 295.96º | 0.77% | 0.55% | - |
| HSV(B) | 295.96º | 0.78% | 0.9% | - |
| XYZ | 43.94 | 22.78 | 76.21 | - |
| YUV | 120.93 | 189 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 229 | 0.05 | 0.78 | 0 | 0.10 | 295.96 | 0.77 | 0.55 |
| Hex | D9 | 33 | E5 | 5 | 4E | 0 | A | 128 | 4D | 37 |
| Octal | 331 | 63 | 345 | 5 | 116 | 0 | 12 | 450 | 115 | 67 |
| Binary | 11011001 | 110011 | 11100101 | 101 | 1001110 | 0 | 1010 | 100101000 | 1001101 | 110111 |
Color Harmonies of #D933E5
Complementary color
Monochromatic Colors of #D933E5
Black with #D933E5
Text Example
Text Example
White with #D933E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D933E5; }
p { color: rgb(217,51,229); }
H1.HeaderClassName
{
color: #D933E5;
}
.AnyTagClassName
{
color: #D933E5;
}
</style>
background-color css
<style>
a { background-color: #D933E5; }
a { background-color: rgb(217,51,229); }
div.DivClassName
{
background-color: #D933E5;
}
.BgClassName
{
background-color: #D933E5;
}
</style>
border-color css
<style>
span { border-color: #D933E5; }
span { border-color: rgb(217,51,229); }
td.TdClassName
{
border-color: #D933E5;
}
.TagClassName
{
border-color: #D933E5;
}
</style>