Html Css Color HEX #DF42EC Free Speech Magenta
📋 copy color: '#DF42EC'red 223 ◦ green 66 ◦ blue 236
Shades of Free Speech Magenta #DF42EC
Tints of Free Speech Magenta #DF42EC
RGB
CMYK
RGB Variations
Color information
#DF42EC (or 0xDF42EC) is known color: Free Speech Magenta. HEX triplet: DF, 42 and EC. RGB value is (223,66,236). Sum of RGB (Red+Green+Blue) = 223+66+236=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 66 (26.17% from 255 or 12.57% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF42EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF42EC is #20BD13. Grayscale: #838383. Windows color (decimal): -2145556 or 15483615. OLE color: 15483615.
HSL color Cylindrical-coordinate representation of color #DF42EC: hue angle of 295.41º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF42EC is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 66 | 236 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.07 |
| HSL | 295.41º | 0.82% | 0.59% | - |
| HSV(B) | 295.41º | 0.72% | 0.93% | - |
| XYZ | 47.52 | 25.64 | 81.8 | - |
| YUV | 132.32 | 186.51 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 236 | 0.06 | 0.72 | 0 | 0.07 | 295.41 | 0.82 | 0.59 |
| Hex | DF | 42 | EC | 6 | 48 | 0 | 7 | 127 | 52 | 3B |
| Octal | 337 | 102 | 354 | 6 | 110 | 0 | 7 | 447 | 122 | 73 |
| Binary | 11011111 | 1000010 | 11101100 | 110 | 1001000 | 0 | 111 | 100100111 | 1010010 | 111011 |
Color Harmonies of #DF42EC
Complementary color
Monochromatic Colors of #DF42EC
Black with #DF42EC
Text Example
Text Example
White with #DF42EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF42EC; }
p { color: rgb(223,66,236); }
H1.HeaderClassName
{
color: #DF42EC;
}
.AnyTagClassName
{
color: #DF42EC;
}
</style>
background-color css
<style>
a { background-color: #DF42EC; }
a { background-color: rgb(223,66,236); }
div.DivClassName
{
background-color: #DF42EC;
}
.BgClassName
{
background-color: #DF42EC;
}
</style>
border-color css
<style>
span { border-color: #DF42EC; }
span { border-color: rgb(223,66,236); }
td.TdClassName
{
border-color: #DF42EC;
}
.TagClassName
{
border-color: #DF42EC;
}
</style>