Html Css Color HEX #DF4CC6 Free Speech Magenta
📋 copy color: '#DF4CC6'red 223 ◦ green 76 ◦ blue 198
Shades of Free Speech Magenta #DF4CC6
Tints of Free Speech Magenta #DF4CC6
RGB
CMYK
RGB Variations
Color information
#DF4CC6 (or 0xDF4CC6) is known color: Free Speech Magenta. HEX triplet: DF, 4C and C6. RGB value is (223,76,198). Sum of RGB (Red+Green+Blue) = 223+76+198=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4CC6 is #20B339. Grayscale: #858585. Windows color (decimal): -2143034 or 12995807. OLE color: 12995807.
HSL color Cylindrical-coordinate representation of color #DF4CC6: hue angle of 310.2º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4CC6 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 198 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.13 |
| HSL | 310.2º | 0.7% | 0.59% | - |
| HSV(B) | 310.2º | 0.66% | 0.87% | - |
| XYZ | 43.21 | 24.93 | 55.96 | - |
| YUV | 133.86 | 164.2 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 198 | 0 | 0.66 | 0.11 | 0.13 | 310.2 | 0.7 | 0.59 |
| Hex | DF | 4C | C6 | 0 | 42 | B | D | 136 | 46 | 3B |
| Octal | 337 | 114 | 306 | 0 | 102 | 13 | 15 | 466 | 106 | 73 |
| Binary | 11011111 | 1001100 | 11000110 | 0 | 1000010 | 1011 | 1101 | 100110110 | 1000110 | 111011 |
Color Harmonies of #DF4CC6
Complementary color
Monochromatic Colors of #DF4CC6
Black with #DF4CC6
Text Example
Text Example
White with #DF4CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4CC6; }
p { color: rgb(223,76,198); }
H1.HeaderClassName
{
color: #DF4CC6;
}
.AnyTagClassName
{
color: #DF4CC6;
}
</style>
background-color css
<style>
a { background-color: #DF4CC6; }
a { background-color: rgb(223,76,198); }
div.DivClassName
{
background-color: #DF4CC6;
}
.BgClassName
{
background-color: #DF4CC6;
}
</style>
border-color css
<style>
span { border-color: #DF4CC6; }
span { border-color: rgb(223,76,198); }
td.TdClassName
{
border-color: #DF4CC6;
}
.TagClassName
{
border-color: #DF4CC6;
}
</style>