#DF8EB6

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

Shades of Shocking #DF8EB6

Tints of Shocking #DF8EB6

Color information

#DF8EB6 (or 0xDF8EB6) is unknown color: approx Shocking. HEX triplet: DF, 8E and B6. RGB value is (223,142,182). Sum of RGB (Red+Green+Blue) = 223+142+182=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8EB6 is #207149. Grayscale: #AAAAAA. Windows color (decimal): -2126154 or 11964127. OLE color: 11964127.

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

Color convert

RGB223142182-
CMYK00.360.180.13
HSL330.37º55.86%71.57%-
HSV(B)330.37º36.32%87.45%-
XYZ48.5538.4149.11-
YUV170.78134.34165.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.77%
GREEN value IS 142 (55.86% from 255) = 25.96%
BLUE value IS 182 (71.48% from 255) = 33.27%
R=40.77%
G=25.96%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314218200.360.180.13330.3755.8671.57
HexDF8EB602412D14a3848
Octal337216266044221551270110
Binary11011111100011101011011001001001001011011010010101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8EB6; }

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

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

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

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

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

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

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

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