Html Css Color HEX #DF4ECE Free Speech Magenta
📋 copy color: '#DF4ECE'red 223 ◦ green 78 ◦ blue 206
Shades of Free Speech Magenta #DF4ECE
Tints of Free Speech Magenta #DF4ECE
RGB
CMYK
RGB Variations
Color information
#DF4ECE (or 0xDF4ECE) is known color: Free Speech Magenta. HEX triplet: DF, 4E and CE. RGB value is (223,78,206). Sum of RGB (Red+Green+Blue) = 223+78+206=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 78 (30.86% from 255 or 15.38% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4ECE is #20B131. Grayscale: #878787. Windows color (decimal): -2142514 or 13520607. OLE color: 13520607.
HSL color Cylindrical-coordinate representation of color #DF4ECE: hue angle of 307.03º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4ECE is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 206 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.13 |
| HSL | 307.03º | 0.69% | 0.59% | - |
| HSV(B) | 307.03º | 0.65% | 0.87% | - |
| XYZ | 44.3 | 25.59 | 61 | - |
| YUV | 135.95 | 167.54 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 206 | 0 | 0.65 | 0.08 | 0.13 | 307.03 | 0.69 | 0.59 |
| Hex | DF | 4E | CE | 0 | 41 | 8 | D | 133 | 45 | 3B |
| Octal | 337 | 116 | 316 | 0 | 101 | 10 | 15 | 463 | 105 | 73 |
| Binary | 11011111 | 1001110 | 11001110 | 0 | 1000001 | 1000 | 1101 | 100110011 | 1000101 | 111011 |
Color Harmonies of #DF4ECE
Complementary color
Monochromatic Colors of #DF4ECE
Black with #DF4ECE
Text Example
Text Example
White with #DF4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4ECE; }
p { color: rgb(223,78,206); }
H1.HeaderClassName
{
color: #DF4ECE;
}
.AnyTagClassName
{
color: #DF4ECE;
}
</style>
background-color css
<style>
a { background-color: #DF4ECE; }
a { background-color: rgb(223,78,206); }
div.DivClassName
{
background-color: #DF4ECE;
}
.BgClassName
{
background-color: #DF4ECE;
}
</style>
border-color css
<style>
span { border-color: #DF4ECE; }
span { border-color: rgb(223,78,206); }
td.TdClassName
{
border-color: #DF4ECE;
}
.TagClassName
{
border-color: #DF4ECE;
}
</style>