Html Css Color HEX #DF37DF Free Speech Magenta
📋 copy color: '#DF37DF'red 223 ◦ green 55 ◦ blue 223
Shades of Free Speech Magenta #DF37DF
Tints of Free Speech Magenta #DF37DF
RGB
CMYK
RGB Variations
Color information
#DF37DF (or 0xDF37DF) is known color: Free Speech Magenta. HEX triplet: DF, 37 and DF. RGB value is (223,55,223). Sum of RGB (Red+Green+Blue) = 223+55+223=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 55 (21.88% from 255 or 10.98% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF37DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF37DF is #20C820. Grayscale: #7B7B7B. Windows color (decimal): -2148385 or 14628831. OLE color: 14628831.
HSL color Cylindrical-coordinate representation of color #DF37DF: hue angle of 300º 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 #DF37DF is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 223 | - |
| CMYK | 0 | 0.75 | 0 | 0.13 |
| HSL | 300º | 0.72% | 0.55% | - |
| HSV(B) | 300º | 0.75% | 0.87% | - |
| XYZ | 45.12 | 23.75 | 72.02 | - |
| YUV | 124.38 | 183.66 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 223 | 0 | 0.75 | 0 | 0.13 | 300 | 0.72 | 0.55 |
| Hex | DF | 37 | DF | 0 | 4B | 0 | D | 12C | 48 | 37 |
| Octal | 337 | 67 | 337 | 0 | 113 | 0 | 15 | 454 | 110 | 67 |
| Binary | 11011111 | 110111 | 11011111 | 0 | 1001011 | 0 | 1101 | 100101100 | 1001000 | 110111 |
Color Harmonies of #DF37DF
Complementary color
Monochromatic Colors of #DF37DF
Black with #DF37DF
Text Example
Text Example
White with #DF37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37DF; }
p { color: rgb(223,55,223); }
H1.HeaderClassName
{
color: #DF37DF;
}
.AnyTagClassName
{
color: #DF37DF;
}
</style>
background-color css
<style>
a { background-color: #DF37DF; }
a { background-color: rgb(223,55,223); }
div.DivClassName
{
background-color: #DF37DF;
}
.BgClassName
{
background-color: #DF37DF;
}
</style>
border-color css
<style>
span { border-color: #DF37DF; }
span { border-color: rgb(223,55,223); }
td.TdClassName
{
border-color: #DF37DF;
}
.TagClassName
{
border-color: #DF37DF;
}
</style>