Html Css Color HEX #DF42EE Free Speech Magenta
📋 copy color: '#DF42EE'red 223 ◦ green 66 ◦ blue 238
Shades of Free Speech Magenta #DF42EE
Tints of Free Speech Magenta #DF42EE
RGB
CMYK
RGB Variations
Color information
#DF42EE (or 0xDF42EE) is known color: Free Speech Magenta. HEX triplet: DF, 42 and EE. RGB value is (223,66,238). Sum of RGB (Red+Green+Blue) = 223+66+238=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 66 (26.17% from 255 or 12.52% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF42EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF42EE is #20BD11. Grayscale: #848484. Windows color (decimal): -2145554 or 15614687. OLE color: 15614687.
HSL color Cylindrical-coordinate representation of color #DF42EE: hue angle of 294.77º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF42EE is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 66 | 238 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.07 |
| HSL | 294.77º | 0.83% | 0.6% | - |
| HSV(B) | 294.77º | 0.72% | 0.93% | - |
| XYZ | 47.81 | 25.76 | 83.34 | - |
| YUV | 132.55 | 187.51 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 238 | 0.06 | 0.72 | 0 | 0.07 | 294.77 | 0.83 | 0.6 |
| Hex | DF | 42 | EE | 6 | 48 | 0 | 7 | 127 | 53 | 3C |
| Octal | 337 | 102 | 356 | 6 | 110 | 0 | 7 | 447 | 123 | 74 |
| Binary | 11011111 | 1000010 | 11101110 | 110 | 1001000 | 0 | 111 | 100100111 | 1010011 | 111100 |
Color Harmonies of #DF42EE
Complementary color
Monochromatic Colors of #DF42EE
Black with #DF42EE
Text Example
Text Example
White with #DF42EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF42EE; }
p { color: rgb(223,66,238); }
H1.HeaderClassName
{
color: #DF42EE;
}
.AnyTagClassName
{
color: #DF42EE;
}
</style>
background-color css
<style>
a { background-color: #DF42EE; }
a { background-color: rgb(223,66,238); }
div.DivClassName
{
background-color: #DF42EE;
}
.BgClassName
{
background-color: #DF42EE;
}
</style>
border-color css
<style>
span { border-color: #DF42EE; }
span { border-color: rgb(223,66,238); }
td.TdClassName
{
border-color: #DF42EE;
}
.TagClassName
{
border-color: #DF42EE;
}
</style>