#DF9EBB

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

Shades of Shocking #DF9EBB

Tints of Shocking #DF9EBB

Color information

#DF9EBB (or 0xDF9EBB) is unknown color: approx Shocking. HEX triplet: DF, 9E and BB. RGB value is (223,158,187). Sum of RGB (Red+Green+Blue) = 223+158+187=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9EBB is #206144. Grayscale: #B4B4B4. Windows color (decimal): -2122053 or 12295903. OLE color: 12295903.

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

Color convert

RGB223158187-
CMYK00.290.160.13
HSL333.23º50.39%74.71%-
HSV(B)333.23º29.15%87.45%-
XYZ51.6343.7352.73-
YUV180.74131.53158.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.26%
GREEN value IS 158 (62.11% from 255) = 27.82%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=39.26%
G=27.82%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315818700.290.160.13333.2350.3974.71
HexDF9EBB01D10D14d324b
Octal337236273035201551562113
Binary1101111110011110101110110111011000011011010011011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9EBB; }

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

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

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

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

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

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

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

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