Html Css Color HEX #D851C5 Free Speech Magenta
📋 copy color: '#D851C5'red 216 ◦ green 81 ◦ blue 197
Shades of Free Speech Magenta #D851C5
Tints of Free Speech Magenta #D851C5
RGB
CMYK
RGB Variations
Color information
#D851C5 (or 0xD851C5) is known color: Free Speech Magenta. HEX triplet: D8, 51 and C5. RGB value is (216,81,197). Sum of RGB (Red+Green+Blue) = 216+81+197=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D851C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D851C5 is #27AE3A. Grayscale: #868686. Windows color (decimal): -2600507 or 12931544. OLE color: 12931544.
HSL color Cylindrical-coordinate representation of color #D851C5: hue angle of 308.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D851C5 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 197 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.15 |
| HSL | 308.44º | 0.63% | 0.58% | - |
| HSV(B) | 308.44º | 0.63% | 0.85% | - |
| XYZ | 41.34 | 24.52 | 55.38 | - |
| YUV | 134.59 | 163.23 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 197 | 0 | 0.62 | 0.09 | 0.15 | 308.44 | 0.63 | 0.58 |
| Hex | D8 | 51 | C5 | 0 | 3E | 9 | F | 134 | 3F | 3A |
| Octal | 330 | 121 | 305 | 0 | 76 | 11 | 17 | 464 | 77 | 72 |
| Binary | 11011000 | 1010001 | 11000101 | 0 | 111110 | 1001 | 1111 | 100110100 | 111111 | 111010 |
Color Harmonies of #D851C5
Complementary color
Monochromatic Colors of #D851C5
Black with #D851C5
Text Example
Text Example
White with #D851C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D851C5; }
p { color: rgb(216,81,197); }
H1.HeaderClassName
{
color: #D851C5;
}
.AnyTagClassName
{
color: #D851C5;
}
</style>
background-color css
<style>
a { background-color: #D851C5; }
a { background-color: rgb(216,81,197); }
div.DivClassName
{
background-color: #D851C5;
}
.BgClassName
{
background-color: #D851C5;
}
</style>
border-color css
<style>
span { border-color: #D851C5; }
span { border-color: rgb(216,81,197); }
td.TdClassName
{
border-color: #D851C5;
}
.TagClassName
{
border-color: #D851C5;
}
</style>