Html Css Color HEX #DF4CC2 Free Speech Magenta
📋 copy color: '#DF4CC2'red 223 ◦ green 76 ◦ blue 194
Shades of Free Speech Magenta #DF4CC2
Tints of Free Speech Magenta #DF4CC2
RGB
CMYK
RGB Variations
Color information
#DF4CC2 (or 0xDF4CC2) is known color: Free Speech Magenta. HEX triplet: DF, 4C and C2. RGB value is (223,76,194). Sum of RGB (Red+Green+Blue) = 223+76+194=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4CC2 is #20B33D. Grayscale: #858585. Windows color (decimal): -2143038 or 12733663. OLE color: 12733663.
HSL color Cylindrical-coordinate representation of color #DF4CC2: hue angle of 311.84º 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 #DF4CC2 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 194 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.13 |
| HSL | 311.84º | 0.7% | 0.59% | - |
| HSV(B) | 311.84º | 0.66% | 0.87% | - |
| XYZ | 42.75 | 24.75 | 53.56 | - |
| YUV | 133.41 | 162.2 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 194 | 0 | 0.66 | 0.13 | 0.13 | 311.84 | 0.7 | 0.59 |
| Hex | DF | 4C | C2 | 0 | 42 | D | D | 138 | 46 | 3B |
| Octal | 337 | 114 | 302 | 0 | 102 | 15 | 15 | 470 | 106 | 73 |
| Binary | 11011111 | 1001100 | 11000010 | 0 | 1000010 | 1101 | 1101 | 100111000 | 1000110 | 111011 |
Color Harmonies of #DF4CC2
Complementary color
Monochromatic Colors of #DF4CC2
Black with #DF4CC2
Text Example
Text Example
White with #DF4CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4CC2; }
p { color: rgb(223,76,194); }
H1.HeaderClassName
{
color: #DF4CC2;
}
.AnyTagClassName
{
color: #DF4CC2;
}
</style>
background-color css
<style>
a { background-color: #DF4CC2; }
a { background-color: rgb(223,76,194); }
div.DivClassName
{
background-color: #DF4CC2;
}
.BgClassName
{
background-color: #DF4CC2;
}
</style>
border-color css
<style>
span { border-color: #DF4CC2; }
span { border-color: rgb(223,76,194); }
td.TdClassName
{
border-color: #DF4CC2;
}
.TagClassName
{
border-color: #DF4CC2;
}
</style>