Html Css Color HEX #DF3FE6 Free Speech Magenta
📋 copy color: '#DF3FE6'red 223 ◦ green 63 ◦ blue 230
Shades of Free Speech Magenta #DF3FE6
Tints of Free Speech Magenta #DF3FE6
RGB
CMYK
RGB Variations
Color information
#DF3FE6 (or 0xDF3FE6) is known color: Free Speech Magenta. HEX triplet: DF, 3F and E6. RGB value is (223,63,230). Sum of RGB (Red+Green+Blue) = 223+63+230=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 63 (25% from 255 or 12.21% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF3FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF3FE6 is #20C019. Grayscale: #818181. Windows color (decimal): -2146330 or 15089631. OLE color: 15089631.
HSL color Cylindrical-coordinate representation of color #DF3FE6: hue angle of 297.49º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3FE6 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 63 | 230 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.10 |
| HSL | 297.49º | 0.77% | 0.57% | - |
| HSV(B) | 297.49º | 0.73% | 0.9% | - |
| XYZ | 46.49 | 24.96 | 77.23 | - |
| YUV | 129.88 | 184.51 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 230 | 0.03 | 0.73 | 0 | 0.10 | 297.49 | 0.77 | 0.57 |
| Hex | DF | 3F | E6 | 3 | 49 | 0 | A | 129 | 4D | 39 |
| Octal | 337 | 77 | 346 | 3 | 111 | 0 | 12 | 451 | 115 | 71 |
| Binary | 11011111 | 111111 | 11100110 | 11 | 1001001 | 0 | 1010 | 100101001 | 1001101 | 111001 |
Color Harmonies of #DF3FE6
Complementary color
Monochromatic Colors of #DF3FE6
Black with #DF3FE6
Text Example
Text Example
White with #DF3FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3FE6; }
p { color: rgb(223,63,230); }
H1.HeaderClassName
{
color: #DF3FE6;
}
.AnyTagClassName
{
color: #DF3FE6;
}
</style>
background-color css
<style>
a { background-color: #DF3FE6; }
a { background-color: rgb(223,63,230); }
div.DivClassName
{
background-color: #DF3FE6;
}
.BgClassName
{
background-color: #DF3FE6;
}
</style>
border-color css
<style>
span { border-color: #DF3FE6; }
span { border-color: rgb(223,63,230); }
td.TdClassName
{
border-color: #DF3FE6;
}
.TagClassName
{
border-color: #DF3FE6;
}
</style>