Html Css Color HEX #DF37D6 Free Speech Magenta
📋 copy color: '#DF37D6'red 223 ◦ green 55 ◦ blue 214
Shades of Free Speech Magenta #DF37D6
Tints of Free Speech Magenta #DF37D6
RGB
CMYK
RGB Variations
Color information
#DF37D6 (or 0xDF37D6) is known color: Free Speech Magenta. HEX triplet: DF, 37 and D6. RGB value is (223,55,214). Sum of RGB (Red+Green+Blue) = 223+55+214=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 55 (21.88% from 255 or 11.18% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF37D6 is #20C829. Grayscale: #7A7A7A. Windows color (decimal): -2148394 or 14039007. OLE color: 14039007.
HSL color Cylindrical-coordinate representation of color #DF37D6: hue angle of 303.21º 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 #DF37D6 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 214 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.13 |
| HSL | 303.21º | 0.72% | 0.55% | - |
| HSV(B) | 303.21º | 0.75% | 0.87% | - |
| XYZ | 43.94 | 23.28 | 65.8 | - |
| YUV | 123.36 | 179.16 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 214 | 0 | 0.75 | 0.04 | 0.13 | 303.21 | 0.72 | 0.55 |
| Hex | DF | 37 | D6 | 0 | 4B | 4 | D | 12F | 48 | 37 |
| Octal | 337 | 67 | 326 | 0 | 113 | 4 | 15 | 457 | 110 | 67 |
| Binary | 11011111 | 110111 | 11010110 | 0 | 1001011 | 100 | 1101 | 100101111 | 1001000 | 110111 |
Color Harmonies of #DF37D6
Complementary color
Monochromatic Colors of #DF37D6
Black with #DF37D6
Text Example
Text Example
White with #DF37D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37D6; }
p { color: rgb(223,55,214); }
H1.HeaderClassName
{
color: #DF37D6;
}
.AnyTagClassName
{
color: #DF37D6;
}
</style>
background-color css
<style>
a { background-color: #DF37D6; }
a { background-color: rgb(223,55,214); }
div.DivClassName
{
background-color: #DF37D6;
}
.BgClassName
{
background-color: #DF37D6;
}
</style>
border-color css
<style>
span { border-color: #DF37D6; }
span { border-color: rgb(223,55,214); }
td.TdClassName
{
border-color: #DF37D6;
}
.TagClassName
{
border-color: #DF37D6;
}
</style>