Html Css Color HEX #D636EF Free Speech Magenta
📋 copy color: '#D636EF'red 214 ◦ green 54 ◦ blue 239
Shades of Free Speech Magenta #D636EF
Tints of Free Speech Magenta #D636EF
RGB
CMYK
RGB Variations
Color information
#D636EF (or 0xD636EF) is known color: Free Speech Magenta. HEX triplet: D6, 36 and EF. RGB value is (214,54,239). Sum of RGB (Red+Green+Blue) = 214+54+239=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 54 (21.48% from 255 or 10.65% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #D636EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D636EF is #29C910. Grayscale: #7A7A7A. Windows color (decimal): -2738449 or 15677142. OLE color: 15677142.
HSL color Cylindrical-coordinate representation of color #D636EF: hue angle of 291.89º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D636EF is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 54 | 239 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.06 |
| HSL | 291.89º | 0.85% | 0.57% | - |
| HSV(B) | 291.89º | 0.77% | 0.94% | - |
| XYZ | 44.63 | 23.17 | 83.78 | - |
| YUV | 122.93 | 193.51 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 239 | 0.10 | 0.77 | 0 | 0.06 | 291.89 | 0.85 | 0.57 |
| Hex | D6 | 36 | EF | A | 4D | 0 | 6 | 124 | 55 | 39 |
| Octal | 326 | 66 | 357 | 12 | 115 | 0 | 6 | 444 | 125 | 71 |
| Binary | 11010110 | 110110 | 11101111 | 1010 | 1001101 | 0 | 110 | 100100100 | 1010101 | 111001 |
Color Harmonies of #D636EF
Complementary color
Monochromatic Colors of #D636EF
Black with #D636EF
Text Example
Text Example
White with #D636EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D636EF; }
p { color: rgb(214,54,239); }
H1.HeaderClassName
{
color: #D636EF;
}
.AnyTagClassName
{
color: #D636EF;
}
</style>
background-color css
<style>
a { background-color: #D636EF; }
a { background-color: rgb(214,54,239); }
div.DivClassName
{
background-color: #D636EF;
}
.BgClassName
{
background-color: #D636EF;
}
</style>
border-color css
<style>
span { border-color: #D636EF; }
span { border-color: rgb(214,54,239); }
td.TdClassName
{
border-color: #D636EF;
}
.TagClassName
{
border-color: #D636EF;
}
</style>