Html Css Color HEX #D851DD Free Speech Magenta
📋 copy color: '#D851DD'red 216 ◦ green 81 ◦ blue 221
Shades of Free Speech Magenta #D851DD
Tints of Free Speech Magenta #D851DD
RGB
CMYK
RGB Variations
Color information
#D851DD (or 0xD851DD) is known color: Free Speech Magenta. HEX triplet: D8, 51 and DD. RGB value is (216,81,221). Sum of RGB (Red+Green+Blue) = 216+81+221=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 81 (32.03% from 255 or 15.64% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #D851DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D851DD is #27AE22. Grayscale: #888888. Windows color (decimal): -2600483 or 14504408. OLE color: 14504408.
HSL color Cylindrical-coordinate representation of color #D851DD: hue angle of 297.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D851DD is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 81 | 221 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.13 |
| HSL | 297.86º | 0.67% | 0.59% | - |
| HSV(B) | 297.86º | 0.63% | 0.87% | - |
| XYZ | 44.31 | 25.7 | 71.03 | - |
| YUV | 137.33 | 175.23 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 221 | 0.02 | 0.63 | 0 | 0.13 | 297.86 | 0.67 | 0.59 |
| Hex | D8 | 51 | DD | 2 | 3F | 0 | D | 12A | 43 | 3B |
| Octal | 330 | 121 | 335 | 2 | 77 | 0 | 15 | 452 | 103 | 73 |
| Binary | 11011000 | 1010001 | 11011101 | 10 | 111111 | 0 | 1101 | 100101010 | 1000011 | 111011 |
Color Harmonies of #D851DD
Complementary color
Monochromatic Colors of #D851DD
Black with #D851DD
Text Example
Text Example
White with #D851DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D851DD; }
p { color: rgb(216,81,221); }
H1.HeaderClassName
{
color: #D851DD;
}
.AnyTagClassName
{
color: #D851DD;
}
</style>
background-color css
<style>
a { background-color: #D851DD; }
a { background-color: rgb(216,81,221); }
div.DivClassName
{
background-color: #D851DD;
}
.BgClassName
{
background-color: #D851DD;
}
</style>
border-color css
<style>
span { border-color: #D851DD; }
span { border-color: rgb(216,81,221); }
td.TdClassName
{
border-color: #D851DD;
}
.TagClassName
{
border-color: #D851DD;
}
</style>