Html Css Color HEX #D836E2 Free Speech Magenta
📋 copy color: '#D836E2'red 216 ◦ green 54 ◦ blue 226
Shades of Free Speech Magenta #D836E2
Tints of Free Speech Magenta #D836E2
RGB
CMYK
RGB Variations
Color information
#D836E2 (or 0xD836E2) is known color: Free Speech Magenta. HEX triplet: D8, 36 and E2. RGB value is (216,54,226). Sum of RGB (Red+Green+Blue) = 216+54+226=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 54 (21.48% from 255 or 10.89% from 496); Blue value is 226 (88.67% from 255 or 45.56% from 496); Max value from RGB is 226 - color contains mainly: blue. Hex color #D836E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D836E2 is #27C91D. Grayscale: #797979. Windows color (decimal): -2607390 or 14825176. OLE color: 14825176.
HSL color Cylindrical-coordinate representation of color #D836E2: hue angle of 296.51º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D836E2 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 54 | 226 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.11 |
| HSL | 296.51º | 0.75% | 0.55% | - |
| HSV(B) | 296.51º | 0.76% | 0.89% | - |
| XYZ | 43.37 | 22.73 | 74.05 | - |
| YUV | 122.05 | 186.67 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 54 | 226 | 0.04 | 0.76 | 0 | 0.11 | 296.51 | 0.75 | 0.55 |
| Hex | D8 | 36 | E2 | 4 | 4C | 0 | B | 129 | 4B | 37 |
| Octal | 330 | 66 | 342 | 4 | 114 | 0 | 13 | 451 | 113 | 67 |
| Binary | 11011000 | 110110 | 11100010 | 100 | 1001100 | 0 | 1011 | 100101001 | 1001011 | 110111 |
Color Harmonies of #D836E2
Complementary color
Monochromatic Colors of #D836E2
Black with #D836E2
Text Example
Text Example
White with #D836E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D836E2; }
p { color: rgb(216,54,226); }
H1.HeaderClassName
{
color: #D836E2;
}
.AnyTagClassName
{
color: #D836E2;
}
</style>
background-color css
<style>
a { background-color: #D836E2; }
a { background-color: rgb(216,54,226); }
div.DivClassName
{
background-color: #D836E2;
}
.BgClassName
{
background-color: #D836E2;
}
</style>
border-color css
<style>
span { border-color: #D836E2; }
span { border-color: rgb(216,54,226); }
td.TdClassName
{
border-color: #D836E2;
}
.TagClassName
{
border-color: #D836E2;
}
</style>