#df5eb9

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

Shades of Free Speech Magenta #DF5EB9

Tints of Free Speech Magenta #DF5EB9

Color information

#DF5EB9 (or 0xDF5EB9) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5E and B9. RGB value is (223,94,185). Sum of RGB (Red+Green+Blue) = 223+94+185=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5EB9 is #20A146. Grayscale: #8E8E8E. Windows color (decimal): -2138439 or 12148447. OLE color: 12148447.

HSL color Cylindrical-coordinate representation of color #DF5EB9: hue angle of 317.67º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF5EB9 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB22394185-
CMYK00.580.170.13
HSL317.67º66.84%62.16%-
HSV(B)317.67º57.85%87.45%-
XYZ43.1927.248.87-
YUV142.94151.74185.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.42%
GREEN value IS 94 (37.11% from 255) = 18.73%
BLUE value IS 185 (72.66% from 255) = 36.85%
R=44.42%
G=18.73%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239418500.580.170.13317.6766.8462.16
HexDF5EB903A11D13e433e
Octal337136271072211547610376
Binary1101111110111101011100101110101000111011001111101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df5eb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df5eb9; }

 p { color: rgb(223,94,185); }

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

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

 a { background-color: rgb(223,94,185); }

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

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

 span { border-color: rgb(223,94,185); }

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