Html Css Color HEX #DF47CC Free Speech Magenta
📋 copy color: '#DF47CC'red 223 ◦ green 71 ◦ blue 204
Shades of Free Speech Magenta #DF47CC
Tints of Free Speech Magenta #DF47CC
RGB
CMYK
RGB Variations
Color information
#DF47CC (or 0xDF47CC) is known color: Free Speech Magenta. HEX triplet: DF, 47 and CC. RGB value is (223,71,204). Sum of RGB (Red+Green+Blue) = 223+71+204=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 71 (28.12% from 255 or 14.26% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47CC is #20B833. Grayscale: #838383. Windows color (decimal): -2144308 or 13387743. OLE color: 13387743.
HSL color Cylindrical-coordinate representation of color #DF47CC: hue angle of 307.5º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF47CC is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 204 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.13 |
| HSL | 307.5º | 0.7% | 0.58% | - |
| HSV(B) | 307.5º | 0.68% | 0.87% | - |
| XYZ | 43.58 | 24.55 | 59.57 | - |
| YUV | 131.61 | 168.86 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 204 | 0 | 0.68 | 0.09 | 0.13 | 307.5 | 0.7 | 0.58 |
| Hex | DF | 47 | CC | 0 | 44 | 9 | D | 134 | 46 | 3A |
| Octal | 337 | 107 | 314 | 0 | 104 | 11 | 15 | 464 | 106 | 72 |
| Binary | 11011111 | 1000111 | 11001100 | 0 | 1000100 | 1001 | 1101 | 100110100 | 1000110 | 111010 |
Color Harmonies of #DF47CC
Complementary color
Monochromatic Colors of #DF47CC
Black with #DF47CC
Text Example
Text Example
White with #DF47CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47CC; }
p { color: rgb(223,71,204); }
H1.HeaderClassName
{
color: #DF47CC;
}
.AnyTagClassName
{
color: #DF47CC;
}
</style>
background-color css
<style>
a { background-color: #DF47CC; }
a { background-color: rgb(223,71,204); }
div.DivClassName
{
background-color: #DF47CC;
}
.BgClassName
{
background-color: #DF47CC;
}
</style>
border-color css
<style>
span { border-color: #DF47CC; }
span { border-color: rgb(223,71,204); }
td.TdClassName
{
border-color: #DF47CC;
}
.TagClassName
{
border-color: #DF47CC;
}
</style>