Html Css Color HEX #DF4FCC Free Speech Magenta
📋 copy color: '#DF4FCC'red 223 ◦ green 79 ◦ blue 204
Shades of Free Speech Magenta #DF4FCC
Tints of Free Speech Magenta #DF4FCC
RGB
CMYK
RGB Variations
Color information
#DF4FCC (or 0xDF4FCC) is known color: Free Speech Magenta. HEX triplet: DF, 4F and CC. RGB value is (223,79,204). Sum of RGB (Red+Green+Blue) = 223+79+204=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4FCC is #20B033. Grayscale: #878787. Windows color (decimal): -2142260 or 13389791. OLE color: 13389791.
HSL color Cylindrical-coordinate representation of color #DF4FCC: hue angle of 307.92º 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 #DF4FCC is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 204 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.13 |
| HSL | 307.92º | 0.69% | 0.59% | - |
| HSV(B) | 307.92º | 0.65% | 0.87% | - |
| XYZ | 44.13 | 25.64 | 59.75 | - |
| YUV | 136.31 | 166.21 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 204 | 0 | 0.65 | 0.09 | 0.13 | 307.92 | 0.69 | 0.59 |
| Hex | DF | 4F | CC | 0 | 41 | 9 | D | 134 | 45 | 3B |
| Octal | 337 | 117 | 314 | 0 | 101 | 11 | 15 | 464 | 105 | 73 |
| Binary | 11011111 | 1001111 | 11001100 | 0 | 1000001 | 1001 | 1101 | 100110100 | 1000101 | 111011 |
Color Harmonies of #DF4FCC
Complementary color
Monochromatic Colors of #DF4FCC
Black with #DF4FCC
Text Example
Text Example
White with #DF4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4FCC; }
p { color: rgb(223,79,204); }
H1.HeaderClassName
{
color: #DF4FCC;
}
.AnyTagClassName
{
color: #DF4FCC;
}
</style>
background-color css
<style>
a { background-color: #DF4FCC; }
a { background-color: rgb(223,79,204); }
div.DivClassName
{
background-color: #DF4FCC;
}
.BgClassName
{
background-color: #DF4FCC;
}
</style>
border-color css
<style>
span { border-color: #DF4FCC; }
span { border-color: rgb(223,79,204); }
td.TdClassName
{
border-color: #DF4FCC;
}
.TagClassName
{
border-color: #DF4FCC;
}
</style>