Html Css Color HEX #D831E8 Free Speech Magenta
📋 copy color: '#D831E8'red 216 ◦ green 49 ◦ blue 232
Shades of Free Speech Magenta #D831E8
Tints of Free Speech Magenta #D831E8
RGB
CMYK
RGB Variations
Color information
#D831E8 (or 0xD831E8) is known color: Free Speech Magenta. HEX triplet: D8, 31 and E8. RGB value is (216,49,232). Sum of RGB (Red+Green+Blue) = 216+49+232=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 49 (19.53% from 255 or 9.86% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #D831E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D831E8 is #27CE17. Grayscale: #777777. Windows color (decimal): -2608664 or 15217112. OLE color: 15217112.
HSL color Cylindrical-coordinate representation of color #D831E8: hue angle of 294.75º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D831E8 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 49 | 232 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.09 |
| HSL | 294.75º | 0.8% | 0.55% | - |
| HSV(B) | 294.75º | 0.79% | 0.91% | - |
| XYZ | 43.98 | 22.62 | 78.39 | - |
| YUV | 119.8 | 191.33 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 232 | 0.07 | 0.79 | 0 | 0.09 | 294.75 | 0.8 | 0.55 |
| Hex | D8 | 31 | E8 | 7 | 4F | 0 | 9 | 127 | 50 | 37 |
| Octal | 330 | 61 | 350 | 7 | 117 | 0 | 11 | 447 | 120 | 67 |
| Binary | 11011000 | 110001 | 11101000 | 111 | 1001111 | 0 | 1001 | 100100111 | 1010000 | 110111 |
Color Harmonies of #D831E8
Complementary color
Monochromatic Colors of #D831E8
Black with #D831E8
Text Example
Text Example
White with #D831E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D831E8; }
p { color: rgb(216,49,232); }
H1.HeaderClassName
{
color: #D831E8;
}
.AnyTagClassName
{
color: #D831E8;
}
</style>
background-color css
<style>
a { background-color: #D831E8; }
a { background-color: rgb(216,49,232); }
div.DivClassName
{
background-color: #D831E8;
}
.BgClassName
{
background-color: #D831E8;
}
</style>
border-color css
<style>
span { border-color: #D831E8; }
span { border-color: rgb(216,49,232); }
td.TdClassName
{
border-color: #D831E8;
}
.TagClassName
{
border-color: #D831E8;
}
</style>