#DD9DBD

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

Shades of Shocking #DD9DBD

Tints of Shocking #DD9DBD

Color information

#DD9DBD (or 0xDD9DBD) is unknown color: approx Shocking. HEX triplet: DD, 9D and BD. RGB value is (221,157,189). Sum of RGB (Red+Green+Blue) = 221+157+189=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DBD is #226242. Grayscale: #B3B3B3. Windows color (decimal): -2253379 or 12426717. OLE color: 12426717.

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

Color convert

RGB221157189-
CMYK00.290.140.13
HSL330º48.48%74.12%-
HSV(B)330º28.96%86.67%-
XYZ51.0643.1653.78-
YUV179.78133.2157.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 157 (61.72% from 255) = 27.69%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=38.98%
G=27.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115718900.290.140.1333048.4874.12
HexDD9DBD01DED14a304a
Octal335235275035161551260112
Binary110111011001110110111101011101111011011010010101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DBD; }

 p { color: rgb(221,157,189); }

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

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

 a { background-color: rgb(221,157,189); }

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

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

 span { border-color: rgb(221,157,189); }

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