Html Css Color HEX #D851D4 Free Speech Magenta
📋 copy color: '#D851D4'red 216 ◦ green 81 ◦ blue 212
Shades of Free Speech Magenta #D851D4
Tints of Free Speech Magenta #D851D4
RGB
CMYK
RGB Variations
Color information
#D851D4 (or 0xD851D4) is known color: Free Speech Magenta. HEX triplet: D8, 51 and D4. RGB value is (216,81,212). Sum of RGB (Red+Green+Blue) = 216+81+212=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 81 (32.03% from 255 or 15.91% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D851D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D851D4 is #27AE2B. Grayscale: #878787. Windows color (decimal): -2600492 or 13914584. OLE color: 13914584.
HSL color Cylindrical-coordinate representation of color #D851D4: hue angle of 301.78º 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 #D851D4 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 212 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.15 |
| HSL | 301.78º | 0.63% | 0.58% | - |
| HSV(B) | 301.78º | 0.63% | 0.85% | - |
| XYZ | 43.15 | 25.24 | 64.88 | - |
| YUV | 136.3 | 170.73 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 212 | 0 | 0.62 | 0.02 | 0.15 | 301.78 | 0.63 | 0.58 |
| Hex | D8 | 51 | D4 | 0 | 3E | 2 | F | 12E | 3F | 3A |
| Octal | 330 | 121 | 324 | 0 | 76 | 2 | 17 | 456 | 77 | 72 |
| Binary | 11011000 | 1010001 | 11010100 | 0 | 111110 | 10 | 1111 | 100101110 | 111111 | 111010 |
Color Harmonies of #D851D4
Complementary color
Monochromatic Colors of #D851D4
Black with #D851D4
Text Example
Text Example
White with #D851D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D851D4; }
p { color: rgb(216,81,212); }
H1.HeaderClassName
{
color: #D851D4;
}
.AnyTagClassName
{
color: #D851D4;
}
</style>
background-color css
<style>
a { background-color: #D851D4; }
a { background-color: rgb(216,81,212); }
div.DivClassName
{
background-color: #D851D4;
}
.BgClassName
{
background-color: #D851D4;
}
</style>
border-color css
<style>
span { border-color: #D851D4; }
span { border-color: rgb(216,81,212); }
td.TdClassName
{
border-color: #D851D4;
}
.TagClassName
{
border-color: #D851D4;
}
</style>