#DDA4BB

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

Shades of Shocking #DDA4BB

Tints of Shocking #DDA4BB

Color information

#DDA4BB (or 0xDDA4BB) is unknown color: approx Shocking. HEX triplet: DD, A4 and BB. RGB value is (221,164,187). Sum of RGB (Red+Green+Blue) = 221+164+187=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4BB is #225B44. Grayscale: #B7B7B7. Windows color (decimal): -2251589 or 12297437. OLE color: 12297437.

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

Color convert

RGB221164187-
CMYK00.260.150.13
HSL335.79º45.6%75.49%-
HSV(B)335.79º25.79%86.67%-
XYZ52.0645.5153.05-
YUV183.66129.88154.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 164 (64.45% from 255) = 28.67%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=38.64%
G=28.67%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116418700.260.150.13335.7945.675.49
HexDDA4BB01AFD1502e4b
Octal335244273032171552056113
Binary110111011010010010111011011010111111011010100001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4BB; }

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

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

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

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

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

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

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

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