#DD9EB9

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

Shades of Shocking #DD9EB9

Tints of Shocking #DD9EB9

Color information

#DD9EB9 (or 0xDD9EB9) is unknown color: approx Shocking. HEX triplet: DD, 9E and B9. RGB value is (221,158,185). Sum of RGB (Red+Green+Blue) = 221+158+185=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9EB9 is #226146. Grayscale: #B3B3B3. Windows color (decimal): -2253127 or 12164829. OLE color: 12164829.

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

Color convert

RGB221158185-
CMYK00.290.160.13
HSL334.29º48.09%74.31%-
HSV(B)334.29º28.51%86.67%-
XYZ50.843.3351.58-
YUV179.92130.87157.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.18%
GREEN value IS 158 (62.11% from 255) = 28.01%
BLUE value IS 185 (72.66% from 255) = 32.80%
R=39.18%
G=28.01%
B=32.80%

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
Decimal22115818500.290.160.13334.2948.0974.31
HexDD9EB901D10D14e304a
Octal335236271035201551660112
Binary1101110110011110101110010111011000011011010011101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9EB9; }

 p { color: rgb(221,158,185); }

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

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

 a { background-color: rgb(221,158,185); }

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

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

 span { border-color: rgb(221,158,185); }

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