Html Css Color HEX #D844D6 Free Speech Magenta
📋 copy color: '#D844D6'red 216 ◦ green 68 ◦ blue 214
Shades of Free Speech Magenta #D844D6
Tints of Free Speech Magenta #D844D6
RGB
CMYK
RGB Variations
Color information
#D844D6 (or 0xD844D6) is known color: Free Speech Magenta. HEX triplet: D8, 44 and D6. RGB value is (216,68,214). Sum of RGB (Red+Green+Blue) = 216+68+214=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 68 (26.95% from 255 or 13.65% from 498); Blue value is 214 (83.98% from 255 or 42.97% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D844D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D844D6 is #27BB29. Grayscale: #808080. Windows color (decimal): -2603818 or 14042328. OLE color: 14042328.
HSL color Cylindrical-coordinate representation of color #D844D6: hue angle of 300.81º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D844D6 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 214 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.15 |
| HSL | 300.81º | 0.65% | 0.56% | - |
| HSV(B) | 300.81º | 0.69% | 0.85% | - |
| XYZ | 42.52 | 23.59 | 65.93 | - |
| YUV | 128.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 214 | 0 | 0.69 | 0.01 | 0.15 | 300.81 | 0.65 | 0.56 |
| Hex | D8 | 44 | D6 | 0 | 45 | 1 | F | 12D | 41 | 38 |
| Octal | 330 | 104 | 326 | 0 | 105 | 1 | 17 | 455 | 101 | 70 |
| Binary | 11011000 | 1000100 | 11010110 | 0 | 1000101 | 1 | 1111 | 100101101 | 1000001 | 111000 |
Color Harmonies of #D844D6
Complementary color
Monochromatic Colors of #D844D6
Black with #D844D6
Text Example
Text Example
White with #D844D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D844D6; }
p { color: rgb(216,68,214); }
H1.HeaderClassName
{
color: #D844D6;
}
.AnyTagClassName
{
color: #D844D6;
}
</style>
background-color css
<style>
a { background-color: #D844D6; }
a { background-color: rgb(216,68,214); }
div.DivClassName
{
background-color: #D844D6;
}
.BgClassName
{
background-color: #D844D6;
}
</style>
border-color css
<style>
span { border-color: #D844D6; }
span { border-color: rgb(216,68,214); }
td.TdClassName
{
border-color: #D844D6;
}
.TagClassName
{
border-color: #D844D6;
}
</style>