Html Css Color HEX #DF37DC Free Speech Magenta
📋 copy color: '#DF37DC'red 223 ◦ green 55 ◦ blue 220
Shades of Free Speech Magenta #DF37DC
Tints of Free Speech Magenta #DF37DC
RGB
CMYK
RGB Variations
Color information
#DF37DC (or 0xDF37DC) is known color: Free Speech Magenta. HEX triplet: DF, 37 and DC. RGB value is (223,55,220). Sum of RGB (Red+Green+Blue) = 223+55+220=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 55 (21.88% from 255 or 11.04% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF37DC is #20C823. Grayscale: #7B7B7B. Windows color (decimal): -2148388 or 14432223. OLE color: 14432223.
HSL color Cylindrical-coordinate representation of color #DF37DC: hue angle of 301.07º 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 #DF37DC is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 220 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.13 |
| HSL | 301.07º | 0.72% | 0.55% | - |
| HSV(B) | 301.07º | 0.75% | 0.87% | - |
| XYZ | 44.72 | 23.59 | 69.91 | - |
| YUV | 124.04 | 182.16 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 220 | 0 | 0.75 | 0.01 | 0.13 | 301.07 | 0.72 | 0.55 |
| Hex | DF | 37 | DC | 0 | 4B | 1 | D | 12D | 48 | 37 |
| Octal | 337 | 67 | 334 | 0 | 113 | 1 | 15 | 455 | 110 | 67 |
| Binary | 11011111 | 110111 | 11011100 | 0 | 1001011 | 1 | 1101 | 100101101 | 1001000 | 110111 |
Color Harmonies of #DF37DC
Complementary color
Monochromatic Colors of #DF37DC
Black with #DF37DC
Text Example
Text Example
White with #DF37DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37DC; }
p { color: rgb(223,55,220); }
H1.HeaderClassName
{
color: #DF37DC;
}
.AnyTagClassName
{
color: #DF37DC;
}
</style>
background-color css
<style>
a { background-color: #DF37DC; }
a { background-color: rgb(223,55,220); }
div.DivClassName
{
background-color: #DF37DC;
}
.BgClassName
{
background-color: #DF37DC;
}
</style>
border-color css
<style>
span { border-color: #DF37DC; }
span { border-color: rgb(223,55,220); }
td.TdClassName
{
border-color: #DF37DC;
}
.TagClassName
{
border-color: #DF37DC;
}
</style>