Html Css Color HEX #DF3EC9 Free Speech Magenta
📋 copy color: '#DF3EC9'red 223 ◦ green 62 ◦ blue 201
Shades of Free Speech Magenta #DF3EC9
Tints of Free Speech Magenta #DF3EC9
RGB
CMYK
RGB Variations
Color information
#DF3EC9 (or 0xDF3EC9) is known color: Free Speech Magenta. HEX triplet: DF, 3E and C9. RGB value is (223,62,201). Sum of RGB (Red+Green+Blue) = 223+62+201=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 62 (24.61% from 255 or 12.76% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3EC9 is #20C136. Grayscale: #7D7D7D. Windows color (decimal): -2146615 or 13188831. OLE color: 13188831.
HSL color Cylindrical-coordinate representation of color #DF3EC9: hue angle of 308.2º 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 #DF3EC9 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 201 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.13 |
| HSL | 308.2º | 0.72% | 0.56% | - |
| HSV(B) | 308.2º | 0.72% | 0.87% | - |
| XYZ | 42.7 | 23.35 | 57.52 | - |
| YUV | 125.99 | 170.34 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 201 | 0 | 0.72 | 0.10 | 0.13 | 308.2 | 0.72 | 0.56 |
| Hex | DF | 3E | C9 | 0 | 48 | A | D | 134 | 48 | 38 |
| Octal | 337 | 76 | 311 | 0 | 110 | 12 | 15 | 464 | 110 | 70 |
| Binary | 11011111 | 111110 | 11001001 | 0 | 1001000 | 1010 | 1101 | 100110100 | 1001000 | 111000 |
Color Harmonies of #DF3EC9
Complementary color
Monochromatic Colors of #DF3EC9
Black with #DF3EC9
Text Example
Text Example
White with #DF3EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3EC9; }
p { color: rgb(223,62,201); }
H1.HeaderClassName
{
color: #DF3EC9;
}
.AnyTagClassName
{
color: #DF3EC9;
}
</style>
background-color css
<style>
a { background-color: #DF3EC9; }
a { background-color: rgb(223,62,201); }
div.DivClassName
{
background-color: #DF3EC9;
}
.BgClassName
{
background-color: #DF3EC9;
}
</style>
border-color css
<style>
span { border-color: #DF3EC9; }
span { border-color: rgb(223,62,201); }
td.TdClassName
{
border-color: #DF3EC9;
}
.TagClassName
{
border-color: #DF3EC9;
}
</style>