Html Css Color HEX #D851D3 Free Speech Magenta
📋 copy color: '#D851D3'red 216 ◦ green 81 ◦ blue 211
Shades of Free Speech Magenta #D851D3
Tints of Free Speech Magenta #D851D3
RGB
CMYK
RGB Variations
Color information
#D851D3 (or 0xD851D3) is known color: Free Speech Magenta. HEX triplet: D8, 51 and D3. RGB value is (216,81,211). Sum of RGB (Red+Green+Blue) = 216+81+211=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D851D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D851D3 is #27AE2C. Grayscale: #878787. Windows color (decimal): -2600493 or 13849048. OLE color: 13849048.
HSL color Cylindrical-coordinate representation of color #D851D3: hue angle of 302.22º 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 #D851D3 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 211 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.15 |
| HSL | 302.22º | 0.63% | 0.58% | - |
| HSV(B) | 302.22º | 0.63% | 0.85% | - |
| XYZ | 43.02 | 25.19 | 64.22 | - |
| YUV | 136.19 | 170.23 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 211 | 0 | 0.62 | 0.02 | 0.15 | 302.22 | 0.63 | 0.58 |
| Hex | D8 | 51 | D3 | 0 | 3E | 2 | F | 12E | 3F | 3A |
| Octal | 330 | 121 | 323 | 0 | 76 | 2 | 17 | 456 | 77 | 72 |
| Binary | 11011000 | 1010001 | 11010011 | 0 | 111110 | 10 | 1111 | 100101110 | 111111 | 111010 |
Color Harmonies of #D851D3
Complementary color
Monochromatic Colors of #D851D3
Black with #D851D3
Text Example
Text Example
White with #D851D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D851D3; }
p { color: rgb(216,81,211); }
H1.HeaderClassName
{
color: #D851D3;
}
.AnyTagClassName
{
color: #D851D3;
}
</style>
background-color css
<style>
a { background-color: #D851D3; }
a { background-color: rgb(216,81,211); }
div.DivClassName
{
background-color: #D851D3;
}
.BgClassName
{
background-color: #D851D3;
}
</style>
border-color css
<style>
span { border-color: #D851D3; }
span { border-color: rgb(216,81,211); }
td.TdClassName
{
border-color: #D851D3;
}
.TagClassName
{
border-color: #D851D3;
}
</style>