Html Css Color HEX #D842D3 Free Speech Magenta
📋 copy color: '#D842D3'red 216 ◦ green 66 ◦ blue 211
Shades of Free Speech Magenta #D842D3
Tints of Free Speech Magenta #D842D3
RGB
CMYK
RGB Variations
Color information
#D842D3 (or 0xD842D3) is known color: Free Speech Magenta. HEX triplet: D8, 42 and D3. RGB value is (216,66,211). Sum of RGB (Red+Green+Blue) = 216+66+211=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D842D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D842D3 is #27BD2C. Grayscale: #7E7E7E. Windows color (decimal): -2604333 or 13845208. OLE color: 13845208.
HSL color Cylindrical-coordinate representation of color #D842D3: hue angle of 302º 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 #D842D3 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 211 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.15 |
| HSL | 302º | 0.66% | 0.55% | - |
| HSV(B) | 302º | 0.69% | 0.85% | - |
| XYZ | 42.02 | 23.2 | 63.89 | - |
| YUV | 127.38 | 175.2 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 211 | 0 | 0.69 | 0.02 | 0.15 | 302 | 0.66 | 0.55 |
| Hex | D8 | 42 | D3 | 0 | 45 | 2 | F | 12E | 42 | 37 |
| Octal | 330 | 102 | 323 | 0 | 105 | 2 | 17 | 456 | 102 | 67 |
| Binary | 11011000 | 1000010 | 11010011 | 0 | 1000101 | 10 | 1111 | 100101110 | 1000010 | 110111 |
Color Harmonies of #D842D3
Complementary color
Monochromatic Colors of #D842D3
Black with #D842D3
Text Example
Text Example
White with #D842D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D842D3; }
p { color: rgb(216,66,211); }
H1.HeaderClassName
{
color: #D842D3;
}
.AnyTagClassName
{
color: #D842D3;
}
</style>
background-color css
<style>
a { background-color: #D842D3; }
a { background-color: rgb(216,66,211); }
div.DivClassName
{
background-color: #D842D3;
}
.BgClassName
{
background-color: #D842D3;
}
</style>
border-color css
<style>
span { border-color: #D842D3; }
span { border-color: rgb(216,66,211); }
td.TdClassName
{
border-color: #D842D3;
}
.TagClassName
{
border-color: #D842D3;
}
</style>