#DD9AB9

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

Shades of Shocking #DD9AB9

Tints of Shocking #DD9AB9

Color information

#DD9AB9 (or 0xDD9AB9) is unknown color: approx Shocking. HEX triplet: DD, 9A and B9. RGB value is (221,154,185). Sum of RGB (Red+Green+Blue) = 221+154+185=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9AB9 is #226546. Grayscale: #B1B1B1. Windows color (decimal): -2254151 or 12163805. OLE color: 12163805.

HSL color Cylindrical-coordinate representation of color #DD9AB9: hue angle of 332.24º 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 #DD9AB9 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221154185-
CMYK00.300.160.13
HSL332.24º49.63%73.53%-
HSV(B)332.24º30.32%86.67%-
XYZ50.1341.9951.36-
YUV177.57132.2158.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 154 (60.55% from 255) = 27.5%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=39.46%
G=27.5%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115418500.300.160.13332.2449.6373.53
HexDD9AB901E10D14c324a
Octal335232271036201551462112
Binary1101110110011010101110010111101000011011010011001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9AB9; }

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

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

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

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

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

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

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

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