Html Css Color HEX #D847DC Free Speech Magenta
📋 copy color: '#D847DC'red 216 ◦ green 71 ◦ blue 220
Shades of Free Speech Magenta #D847DC
Tints of Free Speech Magenta #D847DC
RGB
CMYK
RGB Variations
Color information
#D847DC (or 0xD847DC) is known color: Free Speech Magenta. HEX triplet: D8, 47 and DC. RGB value is (216,71,220). Sum of RGB (Red+Green+Blue) = 216+71+220=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #D847DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D847DC is #27B823. Grayscale: #828282. Windows color (decimal): -2603044 or 14436312. OLE color: 14436312.
HSL color Cylindrical-coordinate representation of color #D847DC: hue angle of 298.39º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D847DC is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 71 | 220 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.14 |
| HSL | 298.39º | 0.68% | 0.57% | - |
| HSV(B) | 298.39º | 0.68% | 0.86% | - |
| XYZ | 43.49 | 24.27 | 70.1 | - |
| YUV | 131.34 | 178.04 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 220 | 0.02 | 0.68 | 0 | 0.14 | 298.39 | 0.68 | 0.57 |
| Hex | D8 | 47 | DC | 2 | 44 | 0 | E | 12A | 44 | 39 |
| Octal | 330 | 107 | 334 | 2 | 104 | 0 | 16 | 452 | 104 | 71 |
| Binary | 11011000 | 1000111 | 11011100 | 10 | 1000100 | 0 | 1110 | 100101010 | 1000100 | 111001 |
Color Harmonies of #D847DC
Complementary color
Monochromatic Colors of #D847DC
Black with #D847DC
Text Example
Text Example
White with #D847DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D847DC; }
p { color: rgb(216,71,220); }
H1.HeaderClassName
{
color: #D847DC;
}
.AnyTagClassName
{
color: #D847DC;
}
</style>
background-color css
<style>
a { background-color: #D847DC; }
a { background-color: rgb(216,71,220); }
div.DivClassName
{
background-color: #D847DC;
}
.BgClassName
{
background-color: #D847DC;
}
</style>
border-color css
<style>
span { border-color: #D847DC; }
span { border-color: rgb(216,71,220); }
td.TdClassName
{
border-color: #D847DC;
}
.TagClassName
{
border-color: #D847DC;
}
</style>