#DF49E6

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

Shades of Free Speech Magenta #DF49E6

Tints of Free Speech Magenta #DF49E6

Color information

#DF49E6 (or 0xDF49E6) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 49 and E6. RGB value is (223,73,230). Sum of RGB (Red+Green+Blue) = 223+73+230=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 73 (28.91% from 255 or 13.88% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF49E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF49E6 is #20B619. Grayscale: #878787. Windows color (decimal): -2143770 or 15092191. OLE color: 15092191.

HSL color Cylindrical-coordinate representation of color #DF49E6: hue angle of 297.32º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF49E6 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22373230-
CMYK0.030.6800.10
HSL297.32º75.85%59.41%-
HSV(B)297.32º68.26%90.2%-
XYZ47.126.1777.43-
YUV135.75181.2190.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.40%
GREEN value IS 73 (28.91% from 255) = 13.88%
BLUE value IS 230 (90.23% from 255) = 43.73%
R=42.40%
G=13.88%
B=43.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal223732300.030.6800.10297.3275.8559.41
HexDF49E63440A1294c3b
Octal337111346310401245111473
Binary11011111100100111100110111000100010101001010011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF49E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF49E6; }

 p { color: rgb(223,73,230); }

 H1.HeaderClassName
 {
   color: #DF49E6;
 }
 .AnyTagClassName
 {
   color: #DF49E6;
 }
</style>
background-color css

<style>
 a { background-color: #DF49E6; }

 a { background-color: rgb(223,73,230); }

 div.DivClassName
 {
   background-color: #DF49E6;
 }
 .BgClassName
 {
   background-color: #DF49E6;
 }
</style>
border-color css

<style>
 span { border-color: #DF49E6; }

 span { border-color: rgb(223,73,230); }

 td.TdClassName
 {
   border-color: #DF49E6;
 }
 .TagClassName
 {
   border-color: #DF49E6;
 }
</style>