#DD9ABB

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

Shades of Shocking #DD9ABB

Tints of Shocking #DD9ABB

Color information

#DD9ABB (or 0xDD9ABB) is unknown color: approx Shocking. HEX triplet: DD, 9A and BB. RGB value is (221,154,187). Sum of RGB (Red+Green+Blue) = 221+154+187=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ABB is #226544. Grayscale: #B1B1B1. Windows color (decimal): -2254149 or 12294877. OLE color: 12294877.

HSL color Cylindrical-coordinate representation of color #DD9ABB: hue angle of 330.45º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9ABB is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB221154187-
CMYK00.300.150.13
HSL330.45º49.63%73.53%-
HSV(B)330.45º30.32%86.67%-
XYZ50.3442.0752.48-
YUV177.8133.2158.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 154 (60.55% from 255) = 27.40%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=39.32%
G=27.40%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115418700.300.150.13330.4549.6373.53
HexDD9ABB01EFD14a324a
Octal335232273036171551262112
Binary110111011001101010111011011110111111011010010101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9ABB; }

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

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

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

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

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

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

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

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