Html Css Color HEX #DF4ECC Free Speech Magenta
📋 copy color: '#DF4ECC'red 223 ◦ green 78 ◦ blue 204
Shades of Free Speech Magenta #DF4ECC
Tints of Free Speech Magenta #DF4ECC
RGB
CMYK
RGB Variations
Color information
#DF4ECC (or 0xDF4ECC) is known color: Free Speech Magenta. HEX triplet: DF, 4E and CC. RGB value is (223,78,204). Sum of RGB (Red+Green+Blue) = 223+78+204=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4ECC is #20B133. Grayscale: #878787. Windows color (decimal): -2142516 or 13389535. OLE color: 13389535.
HSL color Cylindrical-coordinate representation of color #DF4ECC: hue angle of 307.86º 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 #DF4ECC is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 204 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.13 |
| HSL | 307.86º | 0.69% | 0.59% | - |
| HSV(B) | 307.86º | 0.65% | 0.87% | - |
| XYZ | 44.05 | 25.5 | 59.73 | - |
| YUV | 135.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 204 | 0 | 0.65 | 0.09 | 0.13 | 307.86 | 0.69 | 0.59 |
| Hex | DF | 4E | CC | 0 | 41 | 9 | D | 134 | 45 | 3B |
| Octal | 337 | 116 | 314 | 0 | 101 | 11 | 15 | 464 | 105 | 73 |
| Binary | 11011111 | 1001110 | 11001100 | 0 | 1000001 | 1001 | 1101 | 100110100 | 1000101 | 111011 |
Color Harmonies of #DF4ECC
Complementary color
Monochromatic Colors of #DF4ECC
Black with #DF4ECC
Text Example
Text Example
White with #DF4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4ECC; }
p { color: rgb(223,78,204); }
H1.HeaderClassName
{
color: #DF4ECC;
}
.AnyTagClassName
{
color: #DF4ECC;
}
</style>
background-color css
<style>
a { background-color: #DF4ECC; }
a { background-color: rgb(223,78,204); }
div.DivClassName
{
background-color: #DF4ECC;
}
.BgClassName
{
background-color: #DF4ECC;
}
</style>
border-color css
<style>
span { border-color: #DF4ECC; }
span { border-color: rgb(223,78,204); }
td.TdClassName
{
border-color: #DF4ECC;
}
.TagClassName
{
border-color: #DF4ECC;
}
</style>