#df9ebe

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

Shades of Shocking #DF9EBE

Tints of Shocking #DF9EBE

Color information

#DF9EBE (or 0xDF9EBE) is unknown color: approx Shocking. HEX triplet: DF, 9E and BE. RGB value is (223,158,190). Sum of RGB (Red+Green+Blue) = 223+158+190=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 158 (62.11% from 255 or 27.67% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9EBE is #206141. Grayscale: #B5B5B5. Windows color (decimal): -2122050 or 12492511. OLE color: 12492511.

HSL color Cylindrical-coordinate representation of color #DF9EBE: hue angle of 330.46º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9EBE is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB223158190-
CMYK00.290.150.13
HSL330.46º50.39%74.71%-
HSV(B)330.46º29.15%87.45%-
XYZ51.9543.8654.44-
YUV181.08133.03157.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 158 (62.11% from 255) = 27.67%
BLUE value IS 190 (74.61% from 255) = 33.27%
R=39.05%
G=27.67%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315819000.290.150.13330.4650.3974.71
HexDF9EBE01DFD14a324b
Octal337236276035171551262113
Binary110111111001111010111110011101111111011010010101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df9ebe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df9ebe; }

 p { color: rgb(223,158,190); }

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

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

 a { background-color: rgb(223,158,190); }

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

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

 span { border-color: rgb(223,158,190); }

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