Html Css Color HEX #D636E5 Free Speech Magenta
📋 copy color: '#D636E5'red 214 ◦ green 54 ◦ blue 229
Shades of Free Speech Magenta #D636E5
Tints of Free Speech Magenta #D636E5
RGB
CMYK
RGB Variations
Color information
#D636E5 (or 0xD636E5) is known color: Free Speech Magenta. HEX triplet: D6, 36 and E5. RGB value is (214,54,229). Sum of RGB (Red+Green+Blue) = 214+54+229=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 54 (21.48% from 255 or 10.87% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #D636E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636E5 is #29C91A. Grayscale: #797979. Windows color (decimal): -2738459 or 15021782. OLE color: 15021782.
HSL color Cylindrical-coordinate representation of color #D636E5: hue angle of 294.86º 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 #D636E5 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 54 | 229 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.10 |
| HSL | 294.86º | 0.77% | 0.55% | - |
| HSV(B) | 294.86º | 0.76% | 0.9% | - |
| XYZ | 43.19 | 22.59 | 76.21 | - |
| YUV | 121.79 | 188.51 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 229 | 0.07 | 0.76 | 0 | 0.10 | 294.86 | 0.77 | 0.55 |
| Hex | D6 | 36 | E5 | 7 | 4C | 0 | A | 127 | 4D | 37 |
| Octal | 326 | 66 | 345 | 7 | 114 | 0 | 12 | 447 | 115 | 67 |
| Binary | 11010110 | 110110 | 11100101 | 111 | 1001100 | 0 | 1010 | 100100111 | 1001101 | 110111 |
Color Harmonies of #D636E5
Complementary color
Monochromatic Colors of #D636E5
Black with #D636E5
Text Example
Text Example
White with #D636E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D636E5; }
p { color: rgb(214,54,229); }
H1.HeaderClassName
{
color: #D636E5;
}
.AnyTagClassName
{
color: #D636E5;
}
</style>
background-color css
<style>
a { background-color: #D636E5; }
a { background-color: rgb(214,54,229); }
div.DivClassName
{
background-color: #D636E5;
}
.BgClassName
{
background-color: #D636E5;
}
</style>
border-color css
<style>
span { border-color: #D636E5; }
span { border-color: rgb(214,54,229); }
td.TdClassName
{
border-color: #D636E5;
}
.TagClassName
{
border-color: #D636E5;
}
</style>