#DF31E6

Color #DF31E6 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DF31E6

Tints of Free Speech Magenta #DF31E6

Color information

#DF31E6 (or 0xDF31E6) is unknown color: approx 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

RGB22349230-
CMYK0.030.7900.10
HSL297.68º78.35%54.71%-
HSV(B)297.68º78.7%90.2%-
XYZ45.8123.677-
YUV121.66189.15200.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 44.42%
GREEN value IS 49 (19.53% from 255) = 9.76%
BLUE value IS 230 (90.23% from 255) = 45.82%
R=44.42%
G=9.76%
B=45.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal223492300.030.7900.10297.6878.3554.71
HexDF31E634F0A12a4e37
Octal33761346311701245211667
Binary1101111111000111100110111001111010101001010101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF31E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>