Html Css Color HEX #DF4CF0 Free Speech Magenta
📋 copy color: '#DF4CF0'red 223 ◦ green 76 ◦ blue 240
Shades of Free Speech Magenta #DF4CF0
Tints of Free Speech Magenta #DF4CF0
RGB
CMYK
RGB Variations
Color information
#DF4CF0 (or 0xDF4CF0) is known color: Free Speech Magenta. HEX triplet: DF, 4C and F0. RGB value is (223,76,240). Sum of RGB (Red+Green+Blue) = 223+76+240=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 76 (30.08% from 255 or 14.10% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF4CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF4CF0 is #20B30F. Grayscale: #8A8A8A. Windows color (decimal): -2142992 or 15748319. OLE color: 15748319.
HSL color Cylindrical-coordinate representation of color #DF4CF0: hue angle of 293.78º degrees, saturation: 0.85, 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 #DF4CF0 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 76 | 240 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.06 |
| HSL | 293.78º | 0.85% | 0.62% | - |
| HSV(B) | 293.78º | 0.68% | 0.94% | - |
| XYZ | 48.74 | 27.15 | 85.11 | - |
| YUV | 138.65 | 185.2 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 240 | 0.07 | 0.68 | 0 | 0.06 | 293.78 | 0.85 | 0.62 |
| Hex | DF | 4C | F0 | 7 | 44 | 0 | 6 | 126 | 55 | 3E |
| Octal | 337 | 114 | 360 | 7 | 104 | 0 | 6 | 446 | 125 | 76 |
| Binary | 11011111 | 1001100 | 11110000 | 111 | 1000100 | 0 | 110 | 100100110 | 1010101 | 111110 |
Color Harmonies of #DF4CF0
Complementary color
Monochromatic Colors of #DF4CF0
Black with #DF4CF0
Text Example
Text Example
White with #DF4CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4CF0; }
p { color: rgb(223,76,240); }
H1.HeaderClassName
{
color: #DF4CF0;
}
.AnyTagClassName
{
color: #DF4CF0;
}
</style>
background-color css
<style>
a { background-color: #DF4CF0; }
a { background-color: rgb(223,76,240); }
div.DivClassName
{
background-color: #DF4CF0;
}
.BgClassName
{
background-color: #DF4CF0;
}
</style>
border-color css
<style>
span { border-color: #DF4CF0; }
span { border-color: rgb(223,76,240); }
td.TdClassName
{
border-color: #DF4CF0;
}
.TagClassName
{
border-color: #DF4CF0;
}
</style>