Html Css Color HEX #D92EDD Free Speech Magenta
📋 copy color: '#D92EDD'red 217 ◦ green 46 ◦ blue 221
Shades of Free Speech Magenta #D92EDD
Tints of Free Speech Magenta #D92EDD
RGB
CMYK
RGB Variations
Color information
#D92EDD (or 0xD92EDD) is known color: Free Speech Magenta. HEX triplet: D9, 2E and DD. RGB value is (217,46,221). Sum of RGB (Red+Green+Blue) = 217+46+221=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #D92EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92EDD is #26D122. Grayscale: #747474. Windows color (decimal): -2543907 or 14495449. OLE color: 14495449.
HSL color Cylindrical-coordinate representation of color #D92EDD: hue angle of 298.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92EDD is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 46 | 221 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.13 |
| HSL | 298.63º | 0.72% | 0.52% | - |
| HSV(B) | 298.63º | 0.79% | 0.87% | - |
| XYZ | 42.64 | 21.93 | 70.39 | - |
| YUV | 117.08 | 186.65 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 46 | 221 | 0.02 | 0.79 | 0 | 0.13 | 298.63 | 0.72 | 0.52 |
| Hex | D9 | 2E | DD | 2 | 4F | 0 | D | 12B | 48 | 34 |
| Octal | 331 | 56 | 335 | 2 | 117 | 0 | 15 | 453 | 110 | 64 |
| Binary | 11011001 | 101110 | 11011101 | 10 | 1001111 | 0 | 1101 | 100101011 | 1001000 | 110100 |
Color Harmonies of #D92EDD
Complementary color
Monochromatic Colors of #D92EDD
Black with #D92EDD
Text Example
Text Example
White with #D92EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92EDD; }
p { color: rgb(217,46,221); }
H1.HeaderClassName
{
color: #D92EDD;
}
.AnyTagClassName
{
color: #D92EDD;
}
</style>
background-color css
<style>
a { background-color: #D92EDD; }
a { background-color: rgb(217,46,221); }
div.DivClassName
{
background-color: #D92EDD;
}
.BgClassName
{
background-color: #D92EDD;
}
</style>
border-color css
<style>
span { border-color: #D92EDD; }
span { border-color: rgb(217,46,221); }
td.TdClassName
{
border-color: #D92EDD;
}
.TagClassName
{
border-color: #D92EDD;
}
</style>