Html Css Color HEX #DF2FE6 Free Speech Magenta
📋 copy color: '#DF2FE6'red 223 ◦ green 47 ◦ blue 230
Shades of Free Speech Magenta #DF2FE6
Tints of Free Speech Magenta #DF2FE6
RGB
CMYK
RGB Variations
Color information
#DF2FE6 (or 0xDF2FE6) is known color: Free Speech Magenta. HEX triplet: DF, 2F and E6. RGB value is (223,47,230). Sum of RGB (Red+Green+Blue) = 223+47+230=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 47 (18.75% from 255 or 9.4% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF2FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2FE6 is #20D019. Grayscale: #777777. Windows color (decimal): -2150426 or 15085535. OLE color: 15085535.
HSL color Cylindrical-coordinate representation of color #DF2FE6: hue angle of 297.7º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2FE6 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 47 | 230 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.10 |
| HSL | 297.7º | 0.79% | 0.54% | - |
| HSV(B) | 297.7º | 0.8% | 0.9% | - |
| XYZ | 45.73 | 23.43 | 76.98 | - |
| YUV | 120.49 | 189.81 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 230 | 0.03 | 0.80 | 0 | 0.10 | 297.7 | 0.79 | 0.54 |
| Hex | DF | 2F | E6 | 3 | 50 | 0 | A | 12A | 4F | 36 |
| Octal | 337 | 57 | 346 | 3 | 120 | 0 | 12 | 452 | 117 | 66 |
| Binary | 11011111 | 101111 | 11100110 | 11 | 1010000 | 0 | 1010 | 100101010 | 1001111 | 110110 |
Color Harmonies of #DF2FE6
Complementary color
Monochromatic Colors of #DF2FE6
Black with #DF2FE6
Text Example
Text Example
White with #DF2FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2FE6; }
p { color: rgb(223,47,230); }
H1.HeaderClassName
{
color: #DF2FE6;
}
.AnyTagClassName
{
color: #DF2FE6;
}
</style>
background-color css
<style>
a { background-color: #DF2FE6; }
a { background-color: rgb(223,47,230); }
div.DivClassName
{
background-color: #DF2FE6;
}
.BgClassName
{
background-color: #DF2FE6;
}
</style>
border-color css
<style>
span { border-color: #DF2FE6; }
span { border-color: rgb(223,47,230); }
td.TdClassName
{
border-color: #DF2FE6;
}
.TagClassName
{
border-color: #DF2FE6;
}
</style>