Html Css Color HEX #D849DC Free Speech Magenta
📋 copy color: '#D849DC'red 216 ◦ green 73 ◦ blue 220
Shades of Free Speech Magenta #D849DC
Tints of Free Speech Magenta #D849DC
RGB
CMYK
RGB Variations
Color information
#D849DC (or 0xD849DC) is known color: Free Speech Magenta. HEX triplet: D8, 49 and DC. RGB value is (216,73,220). Sum of RGB (Red+Green+Blue) = 216+73+220=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #D849DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D849DC is #27B623. Grayscale: #848484. Windows color (decimal): -2602532 or 14436824. OLE color: 14436824.
HSL color Cylindrical-coordinate representation of color #D849DC: hue angle of 298.37º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D849DC is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 73 | 220 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.14 |
| HSL | 298.37º | 0.68% | 0.57% | - |
| HSV(B) | 298.37º | 0.67% | 0.86% | - |
| XYZ | 43.62 | 24.53 | 70.15 | - |
| YUV | 132.52 | 177.38 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 73 | 220 | 0.02 | 0.67 | 0 | 0.14 | 298.37 | 0.68 | 0.57 |
| Hex | D8 | 49 | DC | 2 | 43 | 0 | E | 12A | 44 | 39 |
| Octal | 330 | 111 | 334 | 2 | 103 | 0 | 16 | 452 | 104 | 71 |
| Binary | 11011000 | 1001001 | 11011100 | 10 | 1000011 | 0 | 1110 | 100101010 | 1000100 | 111001 |
Color Harmonies of #D849DC
Complementary color
Monochromatic Colors of #D849DC
Black with #D849DC
Text Example
Text Example
White with #D849DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D849DC; }
p { color: rgb(216,73,220); }
H1.HeaderClassName
{
color: #D849DC;
}
.AnyTagClassName
{
color: #D849DC;
}
</style>
background-color css
<style>
a { background-color: #D849DC; }
a { background-color: rgb(216,73,220); }
div.DivClassName
{
background-color: #D849DC;
}
.BgClassName
{
background-color: #D849DC;
}
</style>
border-color css
<style>
span { border-color: #D849DC; }
span { border-color: rgb(216,73,220); }
td.TdClassName
{
border-color: #D849DC;
}
.TagClassName
{
border-color: #D849DC;
}
</style>