#DF8EC7

Color #DF8EC7 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #DF8EC7

Tints of Shocking #DF8EC7

Color information

#DF8EC7 (or 0xDF8EC7) is unknown color: approx Shocking. HEX triplet: DF, 8E and C7. RGB value is (223,142,199). Sum of RGB (Red+Green+Blue) = 223+142+199=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8EC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8EC7 is #207138. Grayscale: #ACACAC. Windows color (decimal): -2126137 or 13078239. OLE color: 13078239.

HSL color Cylindrical-coordinate representation of color #DF8EC7: hue angle of 317.78º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8EC7 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB223142199-
CMYK00.360.110.13
HSL317.78º55.86%71.57%-
HSV(B)317.78º36.32%87.45%-
XYZ50.4139.1658.93-
YUV172.72142.84163.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.54%
GREEN value IS 142 (55.86% from 255) = 25.18%
BLUE value IS 199 (78.12% from 255) = 35.28%
R=39.54%
G=25.18%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314219900.360.110.13317.7855.8671.57
HexDF8EC7024BD13e3848
Octal337216307044131547670110
Binary1101111110001110110001110100100101111011001111101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8EC7; }

 p { color: rgb(223,142,199); }

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

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

 a { background-color: rgb(223,142,199); }

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

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

 span { border-color: rgb(223,142,199); }

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