#DDA1BB

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

Shades of Shocking #DDA1BB

Tints of Shocking #DDA1BB

Color information

#DDA1BB (or 0xDDA1BB) is unknown color: approx Shocking. HEX triplet: DD, A1 and BB. RGB value is (221,161,187). Sum of RGB (Red+Green+Blue) = 221+161+187=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1BB is #225E44. Grayscale: #B5B5B5. Windows color (decimal): -2252357 or 12296669. OLE color: 12296669.

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

Color convert

RGB221161187-
CMYK00.270.150.13
HSL334º46.88%74.9%-
HSV(B)334º27.15%86.67%-
XYZ51.5344.4552.88-
YUV181.9130.88155.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 161 (63.28% from 255) = 28.30%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=38.84%
G=28.30%
B=32.86%

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
Decimal22116118700.270.150.1333446.8874.9
HexDDA1BB01BFD14e2f4b
Octal335241273033171551657113
Binary110111011010000110111011011011111111011010011101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA1BB; }

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

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

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

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

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

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

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

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