Html Css Color HEX #D951C4 Free Speech Magenta
📋 copy color: '#D951C4'red 217 ◦ green 81 ◦ blue 196
Shades of Free Speech Magenta #D951C4
Tints of Free Speech Magenta #D951C4
RGB
CMYK
RGB Variations
Color information
#D951C4 (or 0xD951C4) is known color: Free Speech Magenta. HEX triplet: D9, 51 and C4. RGB value is (217,81,196). Sum of RGB (Red+Green+Blue) = 217+81+196=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D951C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D951C4 is #26AE3B. Grayscale: #868686. Windows color (decimal): -2534972 or 12866009. OLE color: 12866009.
HSL color Cylindrical-coordinate representation of color #D951C4: hue angle of 309.26º 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 #D951C4 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 196 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.15 |
| HSL | 309.26º | 0.64% | 0.58% | - |
| HSV(B) | 309.26º | 0.63% | 0.85% | - |
| XYZ | 41.52 | 24.62 | 54.79 | - |
| YUV | 134.77 | 162.56 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 196 | 0 | 0.63 | 0.10 | 0.15 | 309.26 | 0.64 | 0.58 |
| Hex | D9 | 51 | C4 | 0 | 3F | A | F | 135 | 40 | 3A |
| Octal | 331 | 121 | 304 | 0 | 77 | 12 | 17 | 465 | 100 | 72 |
| Binary | 11011001 | 1010001 | 11000100 | 0 | 111111 | 1010 | 1111 | 100110101 | 1000000 | 111010 |
Color Harmonies of #D951C4
Complementary color
Monochromatic Colors of #D951C4
Black with #D951C4
Text Example
Text Example
White with #D951C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951C4; }
p { color: rgb(217,81,196); }
H1.HeaderClassName
{
color: #D951C4;
}
.AnyTagClassName
{
color: #D951C4;
}
</style>
background-color css
<style>
a { background-color: #D951C4; }
a { background-color: rgb(217,81,196); }
div.DivClassName
{
background-color: #D951C4;
}
.BgClassName
{
background-color: #D951C4;
}
</style>
border-color css
<style>
span { border-color: #D951C4; }
span { border-color: rgb(217,81,196); }
td.TdClassName
{
border-color: #D951C4;
}
.TagClassName
{
border-color: #D951C4;
}
</style>