Html Css Color HEX #D951DD Free Speech Magenta
📋 copy color: '#D951DD'red 217 ◦ green 81 ◦ blue 221
Shades of Free Speech Magenta #D951DD
Tints of Free Speech Magenta #D951DD
RGB
CMYK
RGB Variations
Color information
#D951DD (or 0xD951DD) is known color: Free Speech Magenta. HEX triplet: D9, 51 and DD. RGB value is (217,81,221). Sum of RGB (Red+Green+Blue) = 217+81+221=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #D951DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D951DD is #26AE22. Grayscale: #898989. Windows color (decimal): -2534947 or 14504409. OLE color: 14504409.
HSL color Cylindrical-coordinate representation of color #D951DD: hue angle of 298.29º 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 #D951DD is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 81 | 221 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.13 |
| HSL | 298.29º | 0.67% | 0.59% | - |
| HSV(B) | 298.29º | 0.63% | 0.87% | - |
| XYZ | 44.61 | 25.86 | 71.05 | - |
| YUV | 137.62 | 175.06 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 221 | 0.02 | 0.63 | 0 | 0.13 | 298.29 | 0.67 | 0.59 |
| Hex | D9 | 51 | DD | 2 | 3F | 0 | D | 12A | 43 | 3B |
| Octal | 331 | 121 | 335 | 2 | 77 | 0 | 15 | 452 | 103 | 73 |
| Binary | 11011001 | 1010001 | 11011101 | 10 | 111111 | 0 | 1101 | 100101010 | 1000011 | 111011 |
Color Harmonies of #D951DD
Complementary color
Monochromatic Colors of #D951DD
Black with #D951DD
Text Example
Text Example
White with #D951DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951DD; }
p { color: rgb(217,81,221); }
H1.HeaderClassName
{
color: #D951DD;
}
.AnyTagClassName
{
color: #D951DD;
}
</style>
background-color css
<style>
a { background-color: #D951DD; }
a { background-color: rgb(217,81,221); }
div.DivClassName
{
background-color: #D951DD;
}
.BgClassName
{
background-color: #D951DD;
}
</style>
border-color css
<style>
span { border-color: #D951DD; }
span { border-color: rgb(217,81,221); }
td.TdClassName
{
border-color: #D951DD;
}
.TagClassName
{
border-color: #D951DD;
}
</style>