#DD9EB7

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

Shades of Shocking #DD9EB7

Tints of Shocking #DD9EB7

Color information

#DD9EB7 (or 0xDD9EB7) is unknown color: approx Shocking. HEX triplet: DD, 9E and B7. RGB value is (221,158,183). Sum of RGB (Red+Green+Blue) = 221+158+183=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9EB7 is #226148. Grayscale: #B3B3B3. Windows color (decimal): -2253129 or 12033757. OLE color: 12033757.

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

Color convert

RGB221158183-
CMYK00.290.170.13
HSL336.19º48.09%74.31%-
HSV(B)336.19º28.51%86.67%-
XYZ50.5943.2450.48-
YUV179.69129.87157.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 158 (62.11% from 255) = 28.11%
BLUE value IS 183 (71.88% from 255) = 32.56%
R=39.32%
G=28.11%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115818300.290.170.13336.1948.0974.31
HexDD9EB701D11D150304a
Octal335236267035211552060112
Binary1101110110011110101101110111011000111011010100001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9EB7; }

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

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

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

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

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

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

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

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