Html Css Color HEX #D951C5 Free Speech Magenta
📋 copy color: '#D951C5'red 217 ◦ green 81 ◦ blue 197
Shades of Free Speech Magenta #D951C5
Tints of Free Speech Magenta #D951C5
RGB
CMYK
RGB Variations
Color information
#D951C5 (or 0xD951C5) is known color: Free Speech Magenta. HEX triplet: D9, 51 and C5. RGB value is (217,81,197). Sum of RGB (Red+Green+Blue) = 217+81+197=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D951C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D951C5 is #26AE3A. Grayscale: #868686. Windows color (decimal): -2534971 or 12931545. OLE color: 12931545.
HSL color Cylindrical-coordinate representation of color #D951C5: hue angle of 308.82º 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 #D951C5 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 197 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.15 |
| HSL | 308.82º | 0.64% | 0.58% | - |
| HSV(B) | 308.82º | 0.63% | 0.85% | - |
| XYZ | 41.64 | 24.67 | 55.39 | - |
| YUV | 134.89 | 163.06 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 197 | 0 | 0.63 | 0.09 | 0.15 | 308.82 | 0.64 | 0.58 |
| Hex | D9 | 51 | C5 | 0 | 3F | 9 | F | 135 | 40 | 3A |
| Octal | 331 | 121 | 305 | 0 | 77 | 11 | 17 | 465 | 100 | 72 |
| Binary | 11011001 | 1010001 | 11000101 | 0 | 111111 | 1001 | 1111 | 100110101 | 1000000 | 111010 |
Color Harmonies of #D951C5
Complementary color
Monochromatic Colors of #D951C5
Black with #D951C5
Text Example
Text Example
White with #D951C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951C5; }
p { color: rgb(217,81,197); }
H1.HeaderClassName
{
color: #D951C5;
}
.AnyTagClassName
{
color: #D951C5;
}
</style>
background-color css
<style>
a { background-color: #D951C5; }
a { background-color: rgb(217,81,197); }
div.DivClassName
{
background-color: #D951C5;
}
.BgClassName
{
background-color: #D951C5;
}
</style>
border-color css
<style>
span { border-color: #D951C5; }
span { border-color: rgb(217,81,197); }
td.TdClassName
{
border-color: #D951C5;
}
.TagClassName
{
border-color: #D951C5;
}
</style>