Html Css Color HEX #D631ED Free Speech Magenta
📋 copy color: '#D631ED'red 214 ◦ green 49 ◦ blue 237
Shades of Free Speech Magenta #D631ED
Tints of Free Speech Magenta #D631ED
RGB
CMYK
RGB Variations
Color information
#D631ED (or 0xD631ED) is known color: Free Speech Magenta. HEX triplet: D6, 31 and ED. RGB value is (214,49,237). Sum of RGB (Red+Green+Blue) = 214+49+237=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 49 (19.53% from 255 or 9.8% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #D631ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D631ED is #29CE12. Grayscale: #777777. Windows color (decimal): -2739731 or 15544790. OLE color: 15544790.
HSL color Cylindrical-coordinate representation of color #D631ED: hue angle of 292.66º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D631ED is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 49 | 237 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.07 |
| HSL | 292.66º | 0.84% | 0.56% | - |
| HSV(B) | 292.66º | 0.79% | 0.93% | - |
| XYZ | 44.12 | 22.61 | 82.16 | - |
| YUV | 119.77 | 194.16 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 237 | 0.10 | 0.79 | 0 | 0.07 | 292.66 | 0.84 | 0.56 |
| Hex | D6 | 31 | ED | A | 4F | 0 | 7 | 125 | 54 | 38 |
| Octal | 326 | 61 | 355 | 12 | 117 | 0 | 7 | 445 | 124 | 70 |
| Binary | 11010110 | 110001 | 11101101 | 1010 | 1001111 | 0 | 111 | 100100101 | 1010100 | 111000 |
Color Harmonies of #D631ED
Complementary color
Monochromatic Colors of #D631ED
Black with #D631ED
Text Example
Text Example
White with #D631ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D631ED; }
p { color: rgb(214,49,237); }
H1.HeaderClassName
{
color: #D631ED;
}
.AnyTagClassName
{
color: #D631ED;
}
</style>
background-color css
<style>
a { background-color: #D631ED; }
a { background-color: rgb(214,49,237); }
div.DivClassName
{
background-color: #D631ED;
}
.BgClassName
{
background-color: #D631ED;
}
</style>
border-color css
<style>
span { border-color: #D631ED; }
span { border-color: rgb(214,49,237); }
td.TdClassName
{
border-color: #D631ED;
}
.TagClassName
{
border-color: #D631ED;
}
</style>