Html Css Color HEX #D831DC Free Speech Magenta
📋 copy color: '#D831DC'red 216 ◦ green 49 ◦ blue 220
Shades of Free Speech Magenta #D831DC
Tints of Free Speech Magenta #D831DC
RGB
CMYK
RGB Variations
Color information
#D831DC (or 0xD831DC) is known color: Free Speech Magenta. HEX triplet: D8, 31 and DC. RGB value is (216,49,220). Sum of RGB (Red+Green+Blue) = 216+49+220=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #D831DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D831DC is #27CE23. Grayscale: #757575. Windows color (decimal): -2608676 or 14430680. OLE color: 14430680.
HSL color Cylindrical-coordinate representation of color #D831DC: hue angle of 298.6º 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 #D831DC is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 49 | 220 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.14 |
| HSL | 298.6º | 0.71% | 0.53% | - |
| HSV(B) | 298.6º | 0.78% | 0.86% | - |
| XYZ | 42.34 | 21.96 | 69.72 | - |
| YUV | 118.43 | 185.33 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 220 | 0.02 | 0.78 | 0 | 0.14 | 298.6 | 0.71 | 0.53 |
| Hex | D8 | 31 | DC | 2 | 4E | 0 | E | 12B | 47 | 35 |
| Octal | 330 | 61 | 334 | 2 | 116 | 0 | 16 | 453 | 107 | 65 |
| Binary | 11011000 | 110001 | 11011100 | 10 | 1001110 | 0 | 1110 | 100101011 | 1000111 | 110101 |
Color Harmonies of #D831DC
Complementary color
Monochromatic Colors of #D831DC
Black with #D831DC
Text Example
Text Example
White with #D831DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D831DC; }
p { color: rgb(216,49,220); }
H1.HeaderClassName
{
color: #D831DC;
}
.AnyTagClassName
{
color: #D831DC;
}
</style>
background-color css
<style>
a { background-color: #D831DC; }
a { background-color: rgb(216,49,220); }
div.DivClassName
{
background-color: #D831DC;
}
.BgClassName
{
background-color: #D831DC;
}
</style>
border-color css
<style>
span { border-color: #D831DC; }
span { border-color: rgb(216,49,220); }
td.TdClassName
{
border-color: #D831DC;
}
.TagClassName
{
border-color: #D831DC;
}
</style>