Html Css Color HEX #DF31E6 Free Speech Magenta
📋 copy color: '#DF31E6'red 223 ◦ green 49 ◦ blue 230
Shades of Free Speech Magenta #DF31E6
Tints of Free Speech Magenta #DF31E6
RGB
CMYK
RGB Variations
Color information
#DF31E6 (or 0xDF31E6) is known color: Free Speech Magenta. HEX triplet: DF, 31 and E6. RGB value is (223,49,230). Sum of RGB (Red+Green+Blue) = 223+49+230=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 49 (19.53% from 255 or 9.76% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF31E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF31E6 is #20CE19. Grayscale: #797979. Windows color (decimal): -2149914 or 15086047. OLE color: 15086047.
HSL color Cylindrical-coordinate representation of color #DF31E6: hue angle of 297.68º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF31E6 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 223 | 49 | 230 | - |
CMYK | 0.03 | 0.79 | 0 | 0.10 |
HSL | 297.68º | 0.78% | 0.55% | - |
HSV(B) | 297.68º | 0.79% | 0.9% | - |
XYZ | 45.81 | 23.6 | 77 | - |
YUV | 121.66 | 189.15 | 200.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 49 | 230 | 0.03 | 0.79 | 0 | 0.10 | 297.68 | 0.78 | 0.55 |
Hex | DF | 31 | E6 | 3 | 4F | 0 | A | 12A | 4E | 37 |
Octal | 337 | 61 | 346 | 3 | 117 | 0 | 12 | 452 | 116 | 67 |
Binary | 11011111 | 110001 | 11100110 | 11 | 1001111 | 0 | 1010 | 100101010 | 1001110 | 110111 |
Color Harmonies of #DF31E6
Complementary color
Monochromatic Colors of #DF31E6
Black with #DF31E6
Text Example
Text Example
White with #DF31E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF31E6; }
p { color: rgb(223,49,230); }
H1.HeaderClassName
{
color: #DF31E6;
}
.AnyTagClassName
{
color: #DF31E6;
}
</style>
background-color css
<style>
a { background-color: #DF31E6; }
a { background-color: rgb(223,49,230); }
div.DivClassName
{
background-color: #DF31E6;
}
.BgClassName
{
background-color: #DF31E6;
}
</style>
border-color css
<style>
span { border-color: #DF31E6; }
span { border-color: rgb(223,49,230); }
td.TdClassName
{
border-color: #DF31E6;
}
.TagClassName
{
border-color: #DF31E6;
}
</style>