#DD9EBB

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

Shades of Shocking #DD9EBB

Tints of Shocking #DD9EBB

Color information

#DD9EBB (or 0xDD9EBB) is unknown color: approx Shocking. HEX triplet: DD, 9E and BB. RGB value is (221,158,187). Sum of RGB (Red+Green+Blue) = 221+158+187=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9EBB is #226144. Grayscale: #B4B4B4. Windows color (decimal): -2253125 or 12295901. OLE color: 12295901.

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

Color convert

RGB221158187-
CMYK00.290.150.13
HSL332.38º48.09%74.31%-
HSV(B)332.38º28.51%86.67%-
XYZ51.0243.4152.7-
YUV180.14131.87157.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 158 (62.11% from 255) = 27.92%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=39.05%
G=27.92%
B=33.04%

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
Decimal22115818700.290.150.13332.3848.0974.31
HexDD9EBB01DFD14c304a
Octal335236273035171551460112
Binary110111011001111010111011011101111111011010011001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9EBB; }

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

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

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

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

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

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

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

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