#df5ec8

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

Shades of Free Speech Magenta #DF5EC8

Tints of Free Speech Magenta #DF5EC8

Color information

#DF5EC8 (or 0xDF5EC8) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5E and C8. RGB value is (223,94,200). Sum of RGB (Red+Green+Blue) = 223+94+200=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5EC8 is #20A137. Grayscale: #909090. Windows color (decimal): -2138424 or 13131487. OLE color: 13131487.

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

Color convert

RGB22394200-
CMYK00.580.100.13
HSL310.7º66.84%62.16%-
HSV(B)310.7º57.85%87.45%-
XYZ44.8627.8657.66-
YUV144.66159.24183.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.13%
GREEN value IS 94 (37.11% from 255) = 18.18%
BLUE value IS 200 (78.52% from 255) = 38.68%
R=43.13%
G=18.18%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239420000.580.100.13310.766.8462.16
HexDF5EC803AAD137433e
Octal337136310072121546710376
Binary110111111011110110010000111010101011011001101111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df5ec8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df5ec8; }

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

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

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

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

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

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

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

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