Html Css Color HEX #D831D4 Free Speech Magenta
📋 copy color: '#D831D4'red 216 ◦ green 49 ◦ blue 212
Shades of Free Speech Magenta #D831D4
Tints of Free Speech Magenta #D831D4
RGB
CMYK
RGB Variations
Color information
#D831D4 (or 0xD831D4) is known color: Free Speech Magenta. HEX triplet: D8, 31 and D4. RGB value is (216,49,212). Sum of RGB (Red+Green+Blue) = 216+49+212=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 49 (19.53% from 255 or 10.27% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D831D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D831D4 is #27CE2B. Grayscale: #757575. Windows color (decimal): -2608684 or 13906392. OLE color: 13906392.
HSL color Cylindrical-coordinate representation of color #D831D4: hue angle of 301.44º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D831D4 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 49 | 212 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.15 |
| HSL | 301.44º | 0.68% | 0.52% | - |
| HSV(B) | 301.44º | 0.77% | 0.85% | - |
| XYZ | 41.3 | 21.55 | 64.27 | - |
| YUV | 117.52 | 181.33 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 212 | 0 | 0.77 | 0.02 | 0.15 | 301.44 | 0.68 | 0.52 |
| Hex | D8 | 31 | D4 | 0 | 4D | 2 | F | 12D | 44 | 34 |
| Octal | 330 | 61 | 324 | 0 | 115 | 2 | 17 | 455 | 104 | 64 |
| Binary | 11011000 | 110001 | 11010100 | 0 | 1001101 | 10 | 1111 | 100101101 | 1000100 | 110100 |
Color Harmonies of #D831D4
Complementary color
Monochromatic Colors of #D831D4
Black with #D831D4
Text Example
Text Example
White with #D831D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D831D4; }
p { color: rgb(216,49,212); }
H1.HeaderClassName
{
color: #D831D4;
}
.AnyTagClassName
{
color: #D831D4;
}
</style>
background-color css
<style>
a { background-color: #D831D4; }
a { background-color: rgb(216,49,212); }
div.DivClassName
{
background-color: #D831D4;
}
.BgClassName
{
background-color: #D831D4;
}
</style>
border-color css
<style>
span { border-color: #D831D4; }
span { border-color: rgb(216,49,212); }
td.TdClassName
{
border-color: #D831D4;
}
.TagClassName
{
border-color: #D831D4;
}
</style>