Html Css Color HEX #D842D1 Free Speech Magenta
📋 copy color: '#D842D1'red 216 ◦ green 66 ◦ blue 209
Shades of Free Speech Magenta #D842D1
Tints of Free Speech Magenta #D842D1
RGB
CMYK
RGB Variations
Color information
#D842D1 (or 0xD842D1) is known color: Free Speech Magenta. HEX triplet: D8, 42 and D1. RGB value is (216,66,209). Sum of RGB (Red+Green+Blue) = 216+66+209=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D842D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D842D1 is #27BD2E. Grayscale: #7E7E7E. Windows color (decimal): -2604335 or 13714136. OLE color: 13714136.
HSL color Cylindrical-coordinate representation of color #D842D1: hue angle of 302.8º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D842D1 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 209 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.15 |
| HSL | 302.8º | 0.66% | 0.55% | - |
| HSV(B) | 302.8º | 0.69% | 0.85% | - |
| XYZ | 41.78 | 23.1 | 62.58 | - |
| YUV | 127.15 | 174.2 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 209 | 0 | 0.69 | 0.03 | 0.15 | 302.8 | 0.66 | 0.55 |
| Hex | D8 | 42 | D1 | 0 | 45 | 3 | F | 12F | 42 | 37 |
| Octal | 330 | 102 | 321 | 0 | 105 | 3 | 17 | 457 | 102 | 67 |
| Binary | 11011000 | 1000010 | 11010001 | 0 | 1000101 | 11 | 1111 | 100101111 | 1000010 | 110111 |
Color Harmonies of #D842D1
Complementary color
Monochromatic Colors of #D842D1
Black with #D842D1
Text Example
Text Example
White with #D842D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D842D1; }
p { color: rgb(216,66,209); }
H1.HeaderClassName
{
color: #D842D1;
}
.AnyTagClassName
{
color: #D842D1;
}
</style>
background-color css
<style>
a { background-color: #D842D1; }
a { background-color: rgb(216,66,209); }
div.DivClassName
{
background-color: #D842D1;
}
.BgClassName
{
background-color: #D842D1;
}
</style>
border-color css
<style>
span { border-color: #D842D1; }
span { border-color: rgb(216,66,209); }
td.TdClassName
{
border-color: #D842D1;
}
.TagClassName
{
border-color: #D842D1;
}
</style>