Html Css Color HEX #DF4CEF Free Speech Magenta
📋 copy color: '#DF4CEF'red 223 ◦ green 76 ◦ blue 239
Shades of Free Speech Magenta #DF4CEF
Tints of Free Speech Magenta #DF4CEF
RGB
CMYK
RGB Variations
Color information
#DF4CEF (or 0xDF4CEF) is known color: Free Speech Magenta. HEX triplet: DF, 4C and EF. RGB value is (223,76,239). Sum of RGB (Red+Green+Blue) = 223+76+239=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 76 (30.08% from 255 or 14.13% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF4CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF4CEF is #20B310. Grayscale: #8A8A8A. Windows color (decimal): -2142993 or 15682783. OLE color: 15682783.
HSL color Cylindrical-coordinate representation of color #DF4CEF: hue angle of 294.11º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF4CEF is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 76 | 239 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.06 |
| HSL | 294.11º | 0.84% | 0.62% | - |
| HSV(B) | 294.11º | 0.68% | 0.94% | - |
| XYZ | 48.6 | 27.09 | 84.33 | - |
| YUV | 138.54 | 184.7 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 239 | 0.07 | 0.68 | 0 | 0.06 | 294.11 | 0.84 | 0.62 |
| Hex | DF | 4C | EF | 7 | 44 | 0 | 6 | 126 | 54 | 3E |
| Octal | 337 | 114 | 357 | 7 | 104 | 0 | 6 | 446 | 124 | 76 |
| Binary | 11011111 | 1001100 | 11101111 | 111 | 1000100 | 0 | 110 | 100100110 | 1010100 | 111110 |
Color Harmonies of #DF4CEF
Complementary color
Monochromatic Colors of #DF4CEF
Black with #DF4CEF
Text Example
Text Example
White with #DF4CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4CEF; }
p { color: rgb(223,76,239); }
H1.HeaderClassName
{
color: #DF4CEF;
}
.AnyTagClassName
{
color: #DF4CEF;
}
</style>
background-color css
<style>
a { background-color: #DF4CEF; }
a { background-color: rgb(223,76,239); }
div.DivClassName
{
background-color: #DF4CEF;
}
.BgClassName
{
background-color: #DF4CEF;
}
</style>
border-color css
<style>
span { border-color: #DF4CEF; }
span { border-color: rgb(223,76,239); }
td.TdClassName
{
border-color: #DF4CEF;
}
.TagClassName
{
border-color: #DF4CEF;
}
</style>