Html Css Color HEX #DF3FCC Free Speech Magenta
📋 copy color: '#DF3FCC'red 223 ◦ green 63 ◦ blue 204
Shades of Free Speech Magenta #DF3FCC
Tints of Free Speech Magenta #DF3FCC
RGB
CMYK
RGB Variations
Color information
#DF3FCC (or 0xDF3FCC) is known color: Free Speech Magenta. HEX triplet: DF, 3F and CC. RGB value is (223,63,204). Sum of RGB (Red+Green+Blue) = 223+63+204=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 63 (25% from 255 or 12.86% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3FCC is #20C033. Grayscale: #7E7E7E. Windows color (decimal): -2146356 or 13385695. OLE color: 13385695.
HSL color Cylindrical-coordinate representation of color #DF3FCC: hue angle of 307.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3FCC is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 204 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.13 |
| HSL | 307.13º | 0.71% | 0.56% | - |
| HSV(B) | 307.13º | 0.72% | 0.87% | - |
| XYZ | 43.11 | 23.6 | 59.41 | - |
| YUV | 126.91 | 171.51 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 204 | 0 | 0.72 | 0.09 | 0.13 | 307.13 | 0.71 | 0.56 |
| Hex | DF | 3F | CC | 0 | 48 | 9 | D | 133 | 47 | 38 |
| Octal | 337 | 77 | 314 | 0 | 110 | 11 | 15 | 463 | 107 | 70 |
| Binary | 11011111 | 111111 | 11001100 | 0 | 1001000 | 1001 | 1101 | 100110011 | 1000111 | 111000 |
Color Harmonies of #DF3FCC
Complementary color
Monochromatic Colors of #DF3FCC
Black with #DF3FCC
Text Example
Text Example
White with #DF3FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3FCC; }
p { color: rgb(223,63,204); }
H1.HeaderClassName
{
color: #DF3FCC;
}
.AnyTagClassName
{
color: #DF3FCC;
}
</style>
background-color css
<style>
a { background-color: #DF3FCC; }
a { background-color: rgb(223,63,204); }
div.DivClassName
{
background-color: #DF3FCC;
}
.BgClassName
{
background-color: #DF3FCC;
}
</style>
border-color css
<style>
span { border-color: #DF3FCC; }
span { border-color: rgb(223,63,204); }
td.TdClassName
{
border-color: #DF3FCC;
}
.TagClassName
{
border-color: #DF3FCC;
}
</style>