Html Css Color HEX #DF4CEE Free Speech Magenta
📋 copy color: '#DF4CEE'red 223 ◦ green 76 ◦ blue 238
Shades of Free Speech Magenta #DF4CEE
Tints of Free Speech Magenta #DF4CEE
RGB
CMYK
RGB Variations
Color information
#DF4CEE (or 0xDF4CEE) is known color: Free Speech Magenta. HEX triplet: DF, 4C and EE. RGB value is (223,76,238). Sum of RGB (Red+Green+Blue) = 223+76+238=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 76 (30.08% from 255 or 14.15% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF4CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF4CEE is #20B311. Grayscale: #898989. Windows color (decimal): -2142994 or 15617247. OLE color: 15617247.
HSL color Cylindrical-coordinate representation of color #DF4CEE: hue angle of 294.44º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF4CEE is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 76 | 238 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.07 |
| HSL | 294.44º | 0.83% | 0.62% | - |
| HSV(B) | 294.44º | 0.68% | 0.93% | - |
| XYZ | 48.45 | 27.03 | 83.55 | - |
| YUV | 138.42 | 184.2 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 238 | 0.06 | 0.68 | 0 | 0.07 | 294.44 | 0.83 | 0.62 |
| Hex | DF | 4C | EE | 6 | 44 | 0 | 7 | 126 | 53 | 3E |
| Octal | 337 | 114 | 356 | 6 | 104 | 0 | 7 | 446 | 123 | 76 |
| Binary | 11011111 | 1001100 | 11101110 | 110 | 1000100 | 0 | 111 | 100100110 | 1010011 | 111110 |
Color Harmonies of #DF4CEE
Complementary color
Monochromatic Colors of #DF4CEE
Black with #DF4CEE
Text Example
Text Example
White with #DF4CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4CEE; }
p { color: rgb(223,76,238); }
H1.HeaderClassName
{
color: #DF4CEE;
}
.AnyTagClassName
{
color: #DF4CEE;
}
</style>
background-color css
<style>
a { background-color: #DF4CEE; }
a { background-color: rgb(223,76,238); }
div.DivClassName
{
background-color: #DF4CEE;
}
.BgClassName
{
background-color: #DF4CEE;
}
</style>
border-color css
<style>
span { border-color: #DF4CEE; }
span { border-color: rgb(223,76,238); }
td.TdClassName
{
border-color: #DF4CEE;
}
.TagClassName
{
border-color: #DF4CEE;
}
</style>