#DDA6BB

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

Shades of Shocking #DDA6BB

Tints of Shocking #DDA6BB

Color information

#DDA6BB (or 0xDDA6BB) is unknown color: approx Shocking. HEX triplet: DD, A6 and BB. RGB value is (221,166,187). Sum of RGB (Red+Green+Blue) = 221+166+187=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6BB is #225944. Grayscale: #B8B8B8. Windows color (decimal): -2251077 or 12297949. OLE color: 12297949.

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

Color convert

RGB221166187-
CMYK00.250.150.13
HSL337.09º44.72%75.88%-
HSV(B)337.09º24.89%86.67%-
XYZ52.4246.2353.17-
YUV184.84129.22153.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 166 (65.23% from 255) = 28.92%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=38.50%
G=28.92%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116618700.250.150.13337.0944.7275.88
HexDDA6BB019FD1512d4c
Octal335246273031171552155114
Binary110111011010011010111011011001111111011010100011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6BB; }

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

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

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

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

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

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

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

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