Html Css Color HEX #DF37E0 Free Speech Magenta
📋 copy color: '#DF37E0'red 223 ◦ green 55 ◦ blue 224
Shades of Free Speech Magenta #DF37E0
Tints of Free Speech Magenta #DF37E0
RGB
CMYK
RGB Variations
Color information
#DF37E0 (or 0xDF37E0) is known color: Free Speech Magenta. HEX triplet: DF, 37 and E0. RGB value is (223,55,224). Sum of RGB (Red+Green+Blue) = 223+55+224=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 55 (21.88% from 255 or 10.96% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF37E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF37E0 is #20C81F. Grayscale: #7B7B7B. Windows color (decimal): -2148384 or 14694367. OLE color: 14694367.
HSL color Cylindrical-coordinate representation of color #DF37E0: hue angle of 299.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF37E0 is Cyan = 0.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 55 | 224 | - |
| CMYK | 0.00 | 0.75 | 0 | 0.12 |
| HSL | 299.65º | 0.73% | 0.55% | - |
| HSV(B) | 299.65º | 0.75% | 0.88% | - |
| XYZ | 45.25 | 23.8 | 72.73 | - |
| YUV | 124.5 | 184.16 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 224 | 0.00 | 0.75 | 0 | 0.12 | 299.65 | 0.73 | 0.55 |
| Hex | DF | 37 | E0 | 0 | 4B | 0 | C | 12C | 49 | 37 |
| Octal | 337 | 67 | 340 | 0 | 113 | 0 | 14 | 454 | 111 | 67 |
| Binary | 11011111 | 110111 | 11100000 | 0 | 1001011 | 0 | 1100 | 100101100 | 1001001 | 110111 |
Color Harmonies of #DF37E0
Complementary color
Monochromatic Colors of #DF37E0
Black with #DF37E0
Text Example
Text Example
White with #DF37E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37E0; }
p { color: rgb(223,55,224); }
H1.HeaderClassName
{
color: #DF37E0;
}
.AnyTagClassName
{
color: #DF37E0;
}
</style>
background-color css
<style>
a { background-color: #DF37E0; }
a { background-color: rgb(223,55,224); }
div.DivClassName
{
background-color: #DF37E0;
}
.BgClassName
{
background-color: #DF37E0;
}
</style>
border-color css
<style>
span { border-color: #DF37E0; }
span { border-color: rgb(223,55,224); }
td.TdClassName
{
border-color: #DF37E0;
}
.TagClassName
{
border-color: #DF37E0;
}
</style>