Html Css Color HEX #D951C7 Free Speech Magenta
📋 copy color: '#D951C7'red 217 ◦ green 81 ◦ blue 199
Shades of Free Speech Magenta #D951C7
Tints of Free Speech Magenta #D951C7
RGB
CMYK
RGB Variations
Color information
#D951C7 (or 0xD951C7) is known color: Free Speech Magenta. HEX triplet: D9, 51 and C7. RGB value is (217,81,199). Sum of RGB (Red+Green+Blue) = 217+81+199=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D951C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D951C7 is #26AE38. Grayscale: #868686. Windows color (decimal): -2534969 or 13062617. OLE color: 13062617.
HSL color Cylindrical-coordinate representation of color #D951C7: hue angle of 307.94º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D951C7 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 199 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.15 |
| HSL | 307.94º | 0.64% | 0.58% | - |
| HSV(B) | 307.94º | 0.63% | 0.85% | - |
| XYZ | 41.87 | 24.76 | 56.61 | - |
| YUV | 135.12 | 164.06 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 199 | 0 | 0.63 | 0.08 | 0.15 | 307.94 | 0.64 | 0.58 |
| Hex | D9 | 51 | C7 | 0 | 3F | 8 | F | 134 | 40 | 3A |
| Octal | 331 | 121 | 307 | 0 | 77 | 10 | 17 | 464 | 100 | 72 |
| Binary | 11011001 | 1010001 | 11000111 | 0 | 111111 | 1000 | 1111 | 100110100 | 1000000 | 111010 |
Color Harmonies of #D951C7
Complementary color
Monochromatic Colors of #D951C7
Black with #D951C7
Text Example
Text Example
White with #D951C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951C7; }
p { color: rgb(217,81,199); }
H1.HeaderClassName
{
color: #D951C7;
}
.AnyTagClassName
{
color: #D951C7;
}
</style>
background-color css
<style>
a { background-color: #D951C7; }
a { background-color: rgb(217,81,199); }
div.DivClassName
{
background-color: #D951C7;
}
.BgClassName
{
background-color: #D951C7;
}
</style>
border-color css
<style>
span { border-color: #D951C7; }
span { border-color: rgb(217,81,199); }
td.TdClassName
{
border-color: #D951C7;
}
.TagClassName
{
border-color: #D951C7;
}
</style>