Html Css Color HEX #D836E5 Free Speech Magenta
📋 copy color: '#D836E5'red 216 ◦ green 54 ◦ blue 229
Shades of Free Speech Magenta #D836E5
Tints of Free Speech Magenta #D836E5
RGB
CMYK
RGB Variations
Color information
#D836E5 (or 0xD836E5) is known color: Free Speech Magenta. HEX triplet: D8, 36 and E5. RGB value is (216,54,229). Sum of RGB (Red+Green+Blue) = 216+54+229=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 54 (21.48% from 255 or 10.82% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #D836E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D836E5 is #27C91A. Grayscale: #797979. Windows color (decimal): -2607387 or 15021784. OLE color: 15021784.
HSL color Cylindrical-coordinate representation of color #D836E5: hue angle of 295.54º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D836E5 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 54 | 229 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.10 |
| HSL | 295.54º | 0.77% | 0.55% | - |
| HSV(B) | 295.54º | 0.76% | 0.9% | - |
| XYZ | 43.78 | 22.89 | 76.24 | - |
| YUV | 122.39 | 188.17 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 54 | 229 | 0.06 | 0.76 | 0 | 0.10 | 295.54 | 0.77 | 0.55 |
| Hex | D8 | 36 | E5 | 6 | 4C | 0 | A | 128 | 4D | 37 |
| Octal | 330 | 66 | 345 | 6 | 114 | 0 | 12 | 450 | 115 | 67 |
| Binary | 11011000 | 110110 | 11100101 | 110 | 1001100 | 0 | 1010 | 100101000 | 1001101 | 110111 |
Color Harmonies of #D836E5
Complementary color
Monochromatic Colors of #D836E5
Black with #D836E5
Text Example
Text Example
White with #D836E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D836E5; }
p { color: rgb(216,54,229); }
H1.HeaderClassName
{
color: #D836E5;
}
.AnyTagClassName
{
color: #D836E5;
}
</style>
background-color css
<style>
a { background-color: #D836E5; }
a { background-color: rgb(216,54,229); }
div.DivClassName
{
background-color: #D836E5;
}
.BgClassName
{
background-color: #D836E5;
}
</style>
border-color css
<style>
span { border-color: #D836E5; }
span { border-color: rgb(216,54,229); }
td.TdClassName
{
border-color: #D836E5;
}
.TagClassName
{
border-color: #D836E5;
}
</style>