Html Css Color HEX #D93EDE Free Speech Magenta
📋 copy color: '#D93EDE'red 217 ◦ green 62 ◦ blue 222
Shades of Free Speech Magenta #D93EDE
Tints of Free Speech Magenta #D93EDE
RGB
CMYK
RGB Variations
Color information
#D93EDE (or 0xD93EDE) is known color: Free Speech Magenta. HEX triplet: D9, 3E and DE. RGB value is (217,62,222). Sum of RGB (Red+Green+Blue) = 217+62+222=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 62 (24.61% from 255 or 12.38% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #D93EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93EDE is #26C121. Grayscale: #7E7E7E. Windows color (decimal): -2539810 or 14565081. OLE color: 14565081.
HSL color Cylindrical-coordinate representation of color #D93EDE: hue angle of 298.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93EDE is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 62 | 222 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.13 |
| HSL | 298.13º | 0.71% | 0.56% | - |
| HSV(B) | 298.13º | 0.72% | 0.87% | - |
| XYZ | 43.52 | 23.47 | 71.34 | - |
| YUV | 126.59 | 181.85 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 62 | 222 | 0.02 | 0.72 | 0 | 0.13 | 298.13 | 0.71 | 0.56 |
| Hex | D9 | 3E | DE | 2 | 48 | 0 | D | 12A | 47 | 38 |
| Octal | 331 | 76 | 336 | 2 | 110 | 0 | 15 | 452 | 107 | 70 |
| Binary | 11011001 | 111110 | 11011110 | 10 | 1001000 | 0 | 1101 | 100101010 | 1000111 | 111000 |
Color Harmonies of #D93EDE
Complementary color
Monochromatic Colors of #D93EDE
Black with #D93EDE
Text Example
Text Example
White with #D93EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93EDE; }
p { color: rgb(217,62,222); }
H1.HeaderClassName
{
color: #D93EDE;
}
.AnyTagClassName
{
color: #D93EDE;
}
</style>
background-color css
<style>
a { background-color: #D93EDE; }
a { background-color: rgb(217,62,222); }
div.DivClassName
{
background-color: #D93EDE;
}
.BgClassName
{
background-color: #D93EDE;
}
</style>
border-color css
<style>
span { border-color: #D93EDE; }
span { border-color: rgb(217,62,222); }
td.TdClassName
{
border-color: #D93EDE;
}
.TagClassName
{
border-color: #D93EDE;
}
</style>