Html Css Color HEX #DF4CE1 Free Speech Magenta
📋 copy color: '#DF4CE1'red 223 ◦ green 76 ◦ blue 225
Shades of Free Speech Magenta #DF4CE1
Tints of Free Speech Magenta #DF4CE1
RGB
CMYK
RGB Variations
Color information
#DF4CE1 (or 0xDF4CE1) is known color: Free Speech Magenta. HEX triplet: DF, 4C and E1. RGB value is (223,76,225). Sum of RGB (Red+Green+Blue) = 223+76+225=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 76 (30.08% from 255 or 14.50% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF4CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4CE1 is #20B31E. Grayscale: #888888. Windows color (decimal): -2143007 or 14765279. OLE color: 14765279.
HSL color Cylindrical-coordinate representation of color #DF4CE1: hue angle of 299.19º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4CE1 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 76 | 225 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.12 |
| HSL | 299.19º | 0.71% | 0.59% | - |
| HSV(B) | 299.19º | 0.66% | 0.88% | - |
| XYZ | 46.61 | 26.29 | 73.85 | - |
| YUV | 136.94 | 177.7 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 225 | 0.01 | 0.66 | 0 | 0.12 | 299.19 | 0.71 | 0.59 |
| Hex | DF | 4C | E1 | 1 | 42 | 0 | C | 12B | 47 | 3B |
| Octal | 337 | 114 | 341 | 1 | 102 | 0 | 14 | 453 | 107 | 73 |
| Binary | 11011111 | 1001100 | 11100001 | 1 | 1000010 | 0 | 1100 | 100101011 | 1000111 | 111011 |
Color Harmonies of #DF4CE1
Complementary color
Monochromatic Colors of #DF4CE1
Black with #DF4CE1
Text Example
Text Example
White with #DF4CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4CE1; }
p { color: rgb(223,76,225); }
H1.HeaderClassName
{
color: #DF4CE1;
}
.AnyTagClassName
{
color: #DF4CE1;
}
</style>
background-color css
<style>
a { background-color: #DF4CE1; }
a { background-color: rgb(223,76,225); }
div.DivClassName
{
background-color: #DF4CE1;
}
.BgClassName
{
background-color: #DF4CE1;
}
</style>
border-color css
<style>
span { border-color: #DF4CE1; }
span { border-color: rgb(223,76,225); }
td.TdClassName
{
border-color: #DF4CE1;
}
.TagClassName
{
border-color: #DF4CE1;
}
</style>