Html Css Color HEX #DF37E1 Free Speech Magenta
📋 copy color: '#DF37E1'red 223 ◦ green 55 ◦ blue 225
Shades of Free Speech Magenta #DF37E1
Tints of Free Speech Magenta #DF37E1
RGB
CMYK
RGB Variations
Color information
#DF37E1 (or 0xDF37E1) is known color: Free Speech Magenta. HEX triplet: DF, 37 and E1. RGB value is (223,55,225). Sum of RGB (Red+Green+Blue) = 223+55+225=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 55 (21.88% from 255 or 10.93% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF37E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF37E1 is #20C81E. Grayscale: #7C7C7C. Windows color (decimal): -2148383 or 14759903. OLE color: 14759903.
HSL color Cylindrical-coordinate representation of color #DF37E1: hue angle of 299.29º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF37E1 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 55 | 225 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.12 |
| HSL | 299.29º | 0.74% | 0.55% | - |
| HSV(B) | 299.29º | 0.76% | 0.88% | - |
| XYZ | 45.39 | 23.86 | 73.45 | - |
| YUV | 124.61 | 184.66 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 225 | 0.01 | 0.76 | 0 | 0.12 | 299.29 | 0.74 | 0.55 |
| Hex | DF | 37 | E1 | 1 | 4C | 0 | C | 12B | 4A | 37 |
| Octal | 337 | 67 | 341 | 1 | 114 | 0 | 14 | 453 | 112 | 67 |
| Binary | 11011111 | 110111 | 11100001 | 1 | 1001100 | 0 | 1100 | 100101011 | 1001010 | 110111 |
Color Harmonies of #DF37E1
Complementary color
Monochromatic Colors of #DF37E1
Black with #DF37E1
Text Example
Text Example
White with #DF37E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37E1; }
p { color: rgb(223,55,225); }
H1.HeaderClassName
{
color: #DF37E1;
}
.AnyTagClassName
{
color: #DF37E1;
}
</style>
background-color css
<style>
a { background-color: #DF37E1; }
a { background-color: rgb(223,55,225); }
div.DivClassName
{
background-color: #DF37E1;
}
.BgClassName
{
background-color: #DF37E1;
}
</style>
border-color css
<style>
span { border-color: #DF37E1; }
span { border-color: rgb(223,55,225); }
td.TdClassName
{
border-color: #DF37E1;
}
.TagClassName
{
border-color: #DF37E1;
}
</style>