#DD9EBA

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

Shades of Shocking #DD9EBA

Tints of Shocking #DD9EBA

Color information

#DD9EBA (or 0xDD9EBA) is unknown color: approx Shocking. HEX triplet: DD, 9E and BA. RGB value is (221,158,186). Sum of RGB (Red+Green+Blue) = 221+158+186=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9EBA is #226145. Grayscale: #B3B3B3. Windows color (decimal): -2253126 or 12230365. OLE color: 12230365.

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

Color convert

RGB221158186-
CMYK00.290.160.13
HSL333.33º48.09%74.31%-
HSV(B)333.33º28.51%86.67%-
XYZ50.9143.3752.14-
YUV180.03131.37157.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 158 (62.11% from 255) = 27.96%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=39.12%
G=27.96%
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
Decimal22115818600.290.160.13333.3348.0974.31
HexDD9EBA01D10D14d304a
Octal335236272035201551560112
Binary1101110110011110101110100111011000011011010011011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9EBA; }

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

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

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

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

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

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

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

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