Html Css Color HEX #DF3FEE Free Speech Magenta
📋 copy color: '#DF3FEE'red 223 ◦ green 63 ◦ blue 238
Shades of Free Speech Magenta #DF3FEE
Tints of Free Speech Magenta #DF3FEE
RGB
CMYK
RGB Variations
Color information
#DF3FEE (or 0xDF3FEE) is known color: Free Speech Magenta. HEX triplet: DF, 3F and EE. RGB value is (223,63,238). Sum of RGB (Red+Green+Blue) = 223+63+238=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 63 (25% from 255 or 12.02% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF3FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF3FEE is #20C011. Grayscale: #828282. Windows color (decimal): -2146322 or 15613919. OLE color: 15613919.
HSL color Cylindrical-coordinate representation of color #DF3FEE: hue angle of 294.86º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3FEE is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 63 | 238 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.07 |
| HSL | 294.86º | 0.84% | 0.59% | - |
| HSV(B) | 294.86º | 0.74% | 0.93% | - |
| XYZ | 47.64 | 25.42 | 83.28 | - |
| YUV | 130.79 | 188.51 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 238 | 0.06 | 0.74 | 0 | 0.07 | 294.86 | 0.84 | 0.59 |
| Hex | DF | 3F | EE | 6 | 4A | 0 | 7 | 127 | 54 | 3B |
| Octal | 337 | 77 | 356 | 6 | 112 | 0 | 7 | 447 | 124 | 73 |
| Binary | 11011111 | 111111 | 11101110 | 110 | 1001010 | 0 | 111 | 100100111 | 1010100 | 111011 |
Color Harmonies of #DF3FEE
Complementary color
Monochromatic Colors of #DF3FEE
Black with #DF3FEE
Text Example
Text Example
White with #DF3FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3FEE; }
p { color: rgb(223,63,238); }
H1.HeaderClassName
{
color: #DF3FEE;
}
.AnyTagClassName
{
color: #DF3FEE;
}
</style>
background-color css
<style>
a { background-color: #DF3FEE; }
a { background-color: rgb(223,63,238); }
div.DivClassName
{
background-color: #DF3FEE;
}
.BgClassName
{
background-color: #DF3FEE;
}
</style>
border-color css
<style>
span { border-color: #DF3FEE; }
span { border-color: rgb(223,63,238); }
td.TdClassName
{
border-color: #DF3FEE;
}
.TagClassName
{
border-color: #DF3FEE;
}
</style>