Html Css Color HEX #DF3EC8 Free Speech Magenta
📋 copy color: '#DF3EC8'red 223 ◦ green 62 ◦ blue 200
Shades of Free Speech Magenta #DF3EC8
Tints of Free Speech Magenta #DF3EC8
RGB
CMYK
RGB Variations
Color information
#DF3EC8 (or 0xDF3EC8) is known color: Free Speech Magenta. HEX triplet: DF, 3E and C8. RGB value is (223,62,200). Sum of RGB (Red+Green+Blue) = 223+62+200=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 62 (24.61% from 255 or 12.78% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3EC8 is #20C137. Grayscale: #7D7D7D. Windows color (decimal): -2146616 or 13123295. OLE color: 13123295.
HSL color Cylindrical-coordinate representation of color #DF3EC8: hue angle of 308.57º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3EC8 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 200 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.13 |
| HSL | 308.57º | 0.72% | 0.56% | - |
| HSV(B) | 308.57º | 0.72% | 0.87% | - |
| XYZ | 42.58 | 23.3 | 56.9 | - |
| YUV | 125.87 | 169.84 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 200 | 0 | 0.72 | 0.10 | 0.13 | 308.57 | 0.72 | 0.56 |
| Hex | DF | 3E | C8 | 0 | 48 | A | D | 135 | 48 | 38 |
| Octal | 337 | 76 | 310 | 0 | 110 | 12 | 15 | 465 | 110 | 70 |
| Binary | 11011111 | 111110 | 11001000 | 0 | 1001000 | 1010 | 1101 | 100110101 | 1001000 | 111000 |
Color Harmonies of #DF3EC8
Complementary color
Monochromatic Colors of #DF3EC8
Black with #DF3EC8
Text Example
Text Example
White with #DF3EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3EC8; }
p { color: rgb(223,62,200); }
H1.HeaderClassName
{
color: #DF3EC8;
}
.AnyTagClassName
{
color: #DF3EC8;
}
</style>
background-color css
<style>
a { background-color: #DF3EC8; }
a { background-color: rgb(223,62,200); }
div.DivClassName
{
background-color: #DF3EC8;
}
.BgClassName
{
background-color: #DF3EC8;
}
</style>
border-color css
<style>
span { border-color: #DF3EC8; }
span { border-color: rgb(223,62,200); }
td.TdClassName
{
border-color: #DF3EC8;
}
.TagClassName
{
border-color: #DF3EC8;
}
</style>