Html Css Color HEX #DF4CDE Free Speech Magenta
📋 copy color: '#DF4CDE'red 223 ◦ green 76 ◦ blue 222
Shades of Free Speech Magenta #DF4CDE
Tints of Free Speech Magenta #DF4CDE
RGB
CMYK
RGB Variations
Color information
#DF4CDE (or 0xDF4CDE) is known color: Free Speech Magenta. HEX triplet: DF, 4C and DE. RGB value is (223,76,222). Sum of RGB (Red+Green+Blue) = 223+76+222=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4CDE is #20B321. Grayscale: #888888. Windows color (decimal): -2143010 or 14568671. OLE color: 14568671.
HSL color Cylindrical-coordinate representation of color #DF4CDE: hue angle of 300.41º 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 #DF4CDE is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 222 | - |
| CMYK | 0 | 0.66 | 0.00 | 0.13 |
| HSL | 300.41º | 0.7% | 0.59% | - |
| HSV(B) | 300.41º | 0.66% | 0.87% | - |
| XYZ | 46.2 | 26.13 | 71.72 | - |
| YUV | 136.6 | 176.2 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 222 | 0 | 0.66 | 0.00 | 0.13 | 300.41 | 0.7 | 0.59 |
| Hex | DF | 4C | DE | 0 | 42 | 0 | D | 12C | 46 | 3B |
| Octal | 337 | 114 | 336 | 0 | 102 | 0 | 15 | 454 | 106 | 73 |
| Binary | 11011111 | 1001100 | 11011110 | 0 | 1000010 | 0 | 1101 | 100101100 | 1000110 | 111011 |
Color Harmonies of #DF4CDE
Complementary color
Monochromatic Colors of #DF4CDE
Black with #DF4CDE
Text Example
Text Example
White with #DF4CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4CDE; }
p { color: rgb(223,76,222); }
H1.HeaderClassName
{
color: #DF4CDE;
}
.AnyTagClassName
{
color: #DF4CDE;
}
</style>
background-color css
<style>
a { background-color: #DF4CDE; }
a { background-color: rgb(223,76,222); }
div.DivClassName
{
background-color: #DF4CDE;
}
.BgClassName
{
background-color: #DF4CDE;
}
</style>
border-color css
<style>
span { border-color: #DF4CDE; }
span { border-color: rgb(223,76,222); }
td.TdClassName
{
border-color: #DF4CDE;
}
.TagClassName
{
border-color: #DF4CDE;
}
</style>