#DF5EB8

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

Shades of Free Speech Magenta #DF5EB8

Tints of Free Speech Magenta #DF5EB8

Color information

#DF5EB8 (or 0xDF5EB8) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5E and B8. RGB value is (223,94,184). Sum of RGB (Red+Green+Blue) = 223+94+184=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5EB8 is #20A147. Grayscale: #8E8E8E. Windows color (decimal): -2138440 or 12082911. OLE color: 12082911.

HSL color Cylindrical-coordinate representation of color #DF5EB8: hue angle of 318.14º 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 #DF5EB8 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB22394184-
CMYK00.580.170.13
HSL318.14º66.84%62.16%-
HSV(B)318.14º57.85%87.45%-
XYZ43.0927.1548.32-
YUV142.83151.24185.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.51%
GREEN value IS 94 (37.11% from 255) = 18.76%
BLUE value IS 184 (72.27% from 255) = 36.73%
R=44.51%
G=18.76%
B=36.73%

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
Decimal2239418400.580.170.13318.1466.8462.16
HexDF5EB803A11D13e433e
Octal337136270072211547610376
Binary1101111110111101011100001110101000111011001111101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5EB8; }

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

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

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

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

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

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

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

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