Html Css Color HEX #D837DF Free Speech Magenta
📋 copy color: '#D837DF'red 216 ◦ green 55 ◦ blue 223
Shades of Free Speech Magenta #D837DF
Tints of Free Speech Magenta #D837DF
RGB
CMYK
RGB Variations
Color information
#D837DF (or 0xD837DF) is known color: Free Speech Magenta. HEX triplet: D8, 37 and DF. RGB value is (216,55,223). Sum of RGB (Red+Green+Blue) = 216+55+223=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 55 (21.88% from 255 or 11.13% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #D837DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D837DF is #27C820. Grayscale: #797979. Windows color (decimal): -2607137 or 14628824. OLE color: 14628824.
HSL color Cylindrical-coordinate representation of color #D837DF: hue angle of 297.5º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D837DF is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 55 | 223 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.13 |
| HSL | 297.5º | 0.72% | 0.55% | - |
| HSV(B) | 297.5º | 0.75% | 0.87% | - |
| XYZ | 43 | 22.66 | 71.92 | - |
| YUV | 122.29 | 184.84 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 55 | 223 | 0.03 | 0.75 | 0 | 0.13 | 297.5 | 0.72 | 0.55 |
| Hex | D8 | 37 | DF | 3 | 4B | 0 | D | 12A | 48 | 37 |
| Octal | 330 | 67 | 337 | 3 | 113 | 0 | 15 | 452 | 110 | 67 |
| Binary | 11011000 | 110111 | 11011111 | 11 | 1001011 | 0 | 1101 | 100101010 | 1001000 | 110111 |
Color Harmonies of #D837DF
Complementary color
Monochromatic Colors of #D837DF
Black with #D837DF
Text Example
Text Example
White with #D837DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D837DF; }
p { color: rgb(216,55,223); }
H1.HeaderClassName
{
color: #D837DF;
}
.AnyTagClassName
{
color: #D837DF;
}
</style>
background-color css
<style>
a { background-color: #D837DF; }
a { background-color: rgb(216,55,223); }
div.DivClassName
{
background-color: #D837DF;
}
.BgClassName
{
background-color: #D837DF;
}
</style>
border-color css
<style>
span { border-color: #D837DF; }
span { border-color: rgb(216,55,223); }
td.TdClassName
{
border-color: #D837DF;
}
.TagClassName
{
border-color: #D837DF;
}
</style>