Html Css Color HEX #D631DC Free Speech Magenta
📋 copy color: '#D631DC'red 214 ◦ green 49 ◦ blue 220
Shades of Free Speech Magenta #D631DC
Tints of Free Speech Magenta #D631DC
RGB
CMYK
RGB Variations
Color information
#D631DC (or 0xD631DC) is known color: Free Speech Magenta. HEX triplet: D6, 31 and DC. RGB value is (214,49,220). Sum of RGB (Red+Green+Blue) = 214+49+220=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #D631DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D631DC is #29CE23. Grayscale: #757575. Windows color (decimal): -2739748 or 14430678. OLE color: 14430678.
HSL color Cylindrical-coordinate representation of color #D631DC: hue angle of 297.89º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D631DC is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 49 | 220 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.14 |
| HSL | 297.89º | 0.71% | 0.53% | - |
| HSV(B) | 297.89º | 0.78% | 0.86% | - |
| XYZ | 41.75 | 21.66 | 69.69 | - |
| YUV | 117.83 | 185.66 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 220 | 0.03 | 0.78 | 0 | 0.14 | 297.89 | 0.71 | 0.53 |
| Hex | D6 | 31 | DC | 3 | 4E | 0 | E | 12A | 47 | 35 |
| Octal | 326 | 61 | 334 | 3 | 116 | 0 | 16 | 452 | 107 | 65 |
| Binary | 11010110 | 110001 | 11011100 | 11 | 1001110 | 0 | 1110 | 100101010 | 1000111 | 110101 |
Color Harmonies of #D631DC
Complementary color
Monochromatic Colors of #D631DC
Black with #D631DC
Text Example
Text Example
White with #D631DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D631DC; }
p { color: rgb(214,49,220); }
H1.HeaderClassName
{
color: #D631DC;
}
.AnyTagClassName
{
color: #D631DC;
}
</style>
background-color css
<style>
a { background-color: #D631DC; }
a { background-color: rgb(214,49,220); }
div.DivClassName
{
background-color: #D631DC;
}
.BgClassName
{
background-color: #D631DC;
}
</style>
border-color css
<style>
span { border-color: #D631DC; }
span { border-color: rgb(214,49,220); }
td.TdClassName
{
border-color: #D631DC;
}
.TagClassName
{
border-color: #D631DC;
}
</style>