Html Css Color HEX #DF42EF Free Speech Magenta
📋 copy color: '#DF42EF'red 223 ◦ green 66 ◦ blue 239
Shades of Free Speech Magenta #DF42EF
Tints of Free Speech Magenta #DF42EF
RGB
CMYK
RGB Variations
Color information
#DF42EF (or 0xDF42EF) is known color: Free Speech Magenta. HEX triplet: DF, 42 and EF. RGB value is (223,66,239). Sum of RGB (Red+Green+Blue) = 223+66+239=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 66 (26.17% from 255 or 12.5% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF42EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF42EF is #20BD10. Grayscale: #848484. Windows color (decimal): -2145553 or 15680223. OLE color: 15680223.
HSL color Cylindrical-coordinate representation of color #DF42EF: hue angle of 294.45º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF42EF is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 66 | 239 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.06 |
| HSL | 294.45º | 0.84% | 0.6% | - |
| HSV(B) | 294.45º | 0.72% | 0.94% | - |
| XYZ | 47.96 | 25.82 | 84.12 | - |
| YUV | 132.67 | 188.01 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 239 | 0.07 | 0.72 | 0 | 0.06 | 294.45 | 0.84 | 0.6 |
| Hex | DF | 42 | EF | 7 | 48 | 0 | 6 | 126 | 54 | 3C |
| Octal | 337 | 102 | 357 | 7 | 110 | 0 | 6 | 446 | 124 | 74 |
| Binary | 11011111 | 1000010 | 11101111 | 111 | 1001000 | 0 | 110 | 100100110 | 1010100 | 111100 |
Color Harmonies of #DF42EF
Complementary color
Monochromatic Colors of #DF42EF
Black with #DF42EF
Text Example
Text Example
White with #DF42EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF42EF; }
p { color: rgb(223,66,239); }
H1.HeaderClassName
{
color: #DF42EF;
}
.AnyTagClassName
{
color: #DF42EF;
}
</style>
background-color css
<style>
a { background-color: #DF42EF; }
a { background-color: rgb(223,66,239); }
div.DivClassName
{
background-color: #DF42EF;
}
.BgClassName
{
background-color: #DF42EF;
}
</style>
border-color css
<style>
span { border-color: #DF42EF; }
span { border-color: rgb(223,66,239); }
td.TdClassName
{
border-color: #DF42EF;
}
.TagClassName
{
border-color: #DF42EF;
}
</style>