#DDA2BB

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

Shades of Shocking #DDA2BB

Tints of Shocking #DDA2BB

Color information

#DDA2BB (or 0xDDA2BB) is unknown color: approx Shocking. HEX triplet: DD, A2 and BB. RGB value is (221,162,187). Sum of RGB (Red+Green+Blue) = 221+162+187=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA2BB is #225D44. Grayscale: #B6B6B6. Windows color (decimal): -2252101 or 12296925. OLE color: 12296925.

HSL color Cylindrical-coordinate representation of color #DDA2BB: hue angle of 334.58º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA2BB is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB221162187-
CMYK00.270.150.13
HSL334.58º46.46%75.1%-
HSV(B)334.58º26.7%86.67%-
XYZ51.7144.852.94-
YUV182.49130.55155.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 162 (63.67% from 255) = 28.42%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=38.77%
G=28.42%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116218700.270.150.13334.5846.4675.1
HexDDA2BB01BFD14f2e4b
Octal335242273033171551756113
Binary110111011010001010111011011011111111011010011111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA2BB; }

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

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

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

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

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

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

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

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