Html Css Color HEX #D631E5 Free Speech Magenta
📋 copy color: '#D631E5'red 214 ◦ green 49 ◦ blue 229
Shades of Free Speech Magenta #D631E5
Tints of Free Speech Magenta #D631E5
RGB
CMYK
RGB Variations
Color information
#D631E5 (or 0xD631E5) is known color: Free Speech Magenta. HEX triplet: D6, 31 and E5. RGB value is (214,49,229). Sum of RGB (Red+Green+Blue) = 214+49+229=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 49 (19.53% from 255 or 9.96% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 229 - color contains mainly: blue. Hex color #D631E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D631E5 is #29CE1A. Grayscale: #767676. Windows color (decimal): -2739739 or 15020502. OLE color: 15020502.
HSL color Cylindrical-coordinate representation of color #D631E5: hue angle of 295º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D631E5 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 49 | 229 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.10 |
| HSL | 295º | 0.78% | 0.55% | - |
| HSV(B) | 295º | 0.79% | 0.9% | - |
| XYZ | 42.97 | 22.15 | 76.14 | - |
| YUV | 118.86 | 190.16 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 229 | 0.07 | 0.79 | 0 | 0.10 | 295 | 0.78 | 0.55 |
| Hex | D6 | 31 | E5 | 7 | 4F | 0 | A | 127 | 4E | 37 |
| Octal | 326 | 61 | 345 | 7 | 117 | 0 | 12 | 447 | 116 | 67 |
| Binary | 11010110 | 110001 | 11100101 | 111 | 1001111 | 0 | 1010 | 100100111 | 1001110 | 110111 |
Color Harmonies of #D631E5
Complementary color
Monochromatic Colors of #D631E5
Black with #D631E5
Text Example
Text Example
White with #D631E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D631E5; }
p { color: rgb(214,49,229); }
H1.HeaderClassName
{
color: #D631E5;
}
.AnyTagClassName
{
color: #D631E5;
}
</style>
background-color css
<style>
a { background-color: #D631E5; }
a { background-color: rgb(214,49,229); }
div.DivClassName
{
background-color: #D631E5;
}
.BgClassName
{
background-color: #D631E5;
}
</style>
border-color css
<style>
span { border-color: #D631E5; }
span { border-color: rgb(214,49,229); }
td.TdClassName
{
border-color: #D631E5;
}
.TagClassName
{
border-color: #D631E5;
}
</style>