Html Css Color HEX #D842DF Free Speech Magenta
📋 copy color: '#D842DF'red 216 ◦ green 66 ◦ blue 223
Shades of Free Speech Magenta #D842DF
Tints of Free Speech Magenta #D842DF
RGB
CMYK
RGB Variations
Color information
#D842DF (or 0xD842DF) is known color: Free Speech Magenta. HEX triplet: D8, 42 and DF. RGB value is (216,66,223). Sum of RGB (Red+Green+Blue) = 216+66+223=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 66 (26.17% from 255 or 13.07% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #D842DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D842DF is #27BD20. Grayscale: #808080. Windows color (decimal): -2604321 or 14631640. OLE color: 14631640.
HSL color Cylindrical-coordinate representation of color #D842DF: hue angle of 297.32º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D842DF is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 66 | 223 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.13 |
| HSL | 297.32º | 0.71% | 0.57% | - |
| HSV(B) | 297.32º | 0.7% | 0.87% | - |
| XYZ | 43.59 | 23.82 | 72.11 | - |
| YUV | 128.75 | 181.2 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 223 | 0.03 | 0.70 | 0 | 0.13 | 297.32 | 0.71 | 0.57 |
| Hex | D8 | 42 | DF | 3 | 46 | 0 | D | 129 | 47 | 39 |
| Octal | 330 | 102 | 337 | 3 | 106 | 0 | 15 | 451 | 107 | 71 |
| Binary | 11011000 | 1000010 | 11011111 | 11 | 1000110 | 0 | 1101 | 100101001 | 1000111 | 111001 |
Color Harmonies of #D842DF
Complementary color
Monochromatic Colors of #D842DF
Black with #D842DF
Text Example
Text Example
White with #D842DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D842DF; }
p { color: rgb(216,66,223); }
H1.HeaderClassName
{
color: #D842DF;
}
.AnyTagClassName
{
color: #D842DF;
}
</style>
background-color css
<style>
a { background-color: #D842DF; }
a { background-color: rgb(216,66,223); }
div.DivClassName
{
background-color: #D842DF;
}
.BgClassName
{
background-color: #D842DF;
}
</style>
border-color css
<style>
span { border-color: #D842DF; }
span { border-color: rgb(216,66,223); }
td.TdClassName
{
border-color: #D842DF;
}
.TagClassName
{
border-color: #D842DF;
}
</style>