Html Css Color HEX #D951DC Free Speech Magenta
📋 copy color: '#D951DC'red 217 ◦ green 81 ◦ blue 220
Shades of Free Speech Magenta #D951DC
Tints of Free Speech Magenta #D951DC
RGB
CMYK
RGB Variations
Color information
#D951DC (or 0xD951DC) is known color: Free Speech Magenta. HEX triplet: D9, 51 and DC. RGB value is (217,81,220). Sum of RGB (Red+Green+Blue) = 217+81+220=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 81 (32.03% from 255 or 15.64% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #D951DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D951DC is #26AE23. Grayscale: #898989. Windows color (decimal): -2534948 or 14438873. OLE color: 14438873.
HSL color Cylindrical-coordinate representation of color #D951DC: hue angle of 298.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D951DC is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 81 | 220 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.14 |
| HSL | 298.71º | 0.67% | 0.59% | - |
| HSV(B) | 298.71º | 0.63% | 0.86% | - |
| XYZ | 44.48 | 25.8 | 70.35 | - |
| YUV | 137.51 | 174.56 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 220 | 0.01 | 0.63 | 0 | 0.14 | 298.71 | 0.67 | 0.59 |
| Hex | D9 | 51 | DC | 1 | 3F | 0 | E | 12B | 43 | 3B |
| Octal | 331 | 121 | 334 | 1 | 77 | 0 | 16 | 453 | 103 | 73 |
| Binary | 11011001 | 1010001 | 11011100 | 1 | 111111 | 0 | 1110 | 100101011 | 1000011 | 111011 |
Color Harmonies of #D951DC
Complementary color
Monochromatic Colors of #D951DC
Black with #D951DC
Text Example
Text Example
White with #D951DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951DC; }
p { color: rgb(217,81,220); }
H1.HeaderClassName
{
color: #D951DC;
}
.AnyTagClassName
{
color: #D951DC;
}
</style>
background-color css
<style>
a { background-color: #D951DC; }
a { background-color: rgb(217,81,220); }
div.DivClassName
{
background-color: #D951DC;
}
.BgClassName
{
background-color: #D951DC;
}
</style>
border-color css
<style>
span { border-color: #D951DC; }
span { border-color: rgb(217,81,220); }
td.TdClassName
{
border-color: #D951DC;
}
.TagClassName
{
border-color: #D951DC;
}
</style>