#DDA0BB

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

Shades of Shocking #DDA0BB

Tints of Shocking #DDA0BB

Color information

#DDA0BB (or 0xDDA0BB) is unknown color: approx Shocking. HEX triplet: DD, A0 and BB. RGB value is (221,160,187). Sum of RGB (Red+Green+Blue) = 221+160+187=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0BB is #225F44. Grayscale: #B5B5B5. Windows color (decimal): -2252613 or 12296413. OLE color: 12296413.

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

Color convert

RGB221160187-
CMYK00.280.150.13
HSL333.44º47.29%74.71%-
HSV(B)333.44º27.6%86.67%-
XYZ51.3644.152.82-
YUV181.32131.21156.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 160 (62.89% from 255) = 28.17%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=38.91%
G=28.17%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116018700.280.150.13333.4447.2974.71
HexDDA0BB01CFD14d2f4b
Octal335240273034171551557113
Binary110111011010000010111011011100111111011010011011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA0BB; }

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

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

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

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

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

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

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

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