Html Css Color HEX #D83EDE Free Speech Magenta
📋 copy color: '#D83EDE'red 216 ◦ green 62 ◦ blue 222
Shades of Free Speech Magenta #D83EDE
Tints of Free Speech Magenta #D83EDE
RGB
CMYK
RGB Variations
Color information
#D83EDE (or 0xD83EDE) is known color: Free Speech Magenta. HEX triplet: D8, 3E and DE. RGB value is (216,62,222). Sum of RGB (Red+Green+Blue) = 216+62+222=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 62 (24.61% from 255 or 12.4% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #D83EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83EDE is #27C121. Grayscale: #7D7D7D. Windows color (decimal): -2605346 or 14565080. OLE color: 14565080.
HSL color Cylindrical-coordinate representation of color #D83EDE: hue angle of 297.75º 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 #D83EDE is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 62 | 222 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.13 |
| HSL | 297.75º | 0.71% | 0.56% | - |
| HSV(B) | 297.75º | 0.72% | 0.87% | - |
| XYZ | 43.23 | 23.32 | 71.33 | - |
| YUV | 126.29 | 182.02 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 62 | 222 | 0.03 | 0.72 | 0 | 0.13 | 297.75 | 0.71 | 0.56 |
| Hex | D8 | 3E | DE | 3 | 48 | 0 | D | 12A | 47 | 38 |
| Octal | 330 | 76 | 336 | 3 | 110 | 0 | 15 | 452 | 107 | 70 |
| Binary | 11011000 | 111110 | 11011110 | 11 | 1001000 | 0 | 1101 | 100101010 | 1000111 | 111000 |
Color Harmonies of #D83EDE
Complementary color
Monochromatic Colors of #D83EDE
Black with #D83EDE
Text Example
Text Example
White with #D83EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83EDE; }
p { color: rgb(216,62,222); }
H1.HeaderClassName
{
color: #D83EDE;
}
.AnyTagClassName
{
color: #D83EDE;
}
</style>
background-color css
<style>
a { background-color: #D83EDE; }
a { background-color: rgb(216,62,222); }
div.DivClassName
{
background-color: #D83EDE;
}
.BgClassName
{
background-color: #D83EDE;
}
</style>
border-color css
<style>
span { border-color: #D83EDE; }
span { border-color: rgb(216,62,222); }
td.TdClassName
{
border-color: #D83EDE;
}
.TagClassName
{
border-color: #D83EDE;
}
</style>