#DD9A9B

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

Shades of Careys Pink #DD9A9B

Tints of Careys Pink #DD9A9B

Color information

#DD9A9B (or 0xDD9A9B) is unknown color: approx Careys Pink. HEX triplet: DD, 9A and 9B. RGB value is (221,154,155). Sum of RGB (Red+Green+Blue) = 221+154+155=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A9B is #226564. Grayscale: #AEAEAE. Windows color (decimal): -2254181 or 10197725. OLE color: 10197725.

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

Color convert

RGB221154155-
CMYK00.300.300.13
HSL359.1º49.63%73.53%-
HSV(B)359.1º30.32%86.67%-
XYZ47.2940.8536.4-
YUV174.15117.2161.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 154 (60.55% from 255) = 29.06%
BLUE value IS 155 (60.94% from 255) = 29.25%
R=41.70%
G=29.06%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115415500.300.300.13359.149.6373.53
HexDD9A9B01E1ED167324a
Octal335232233036361554762112
Binary1101110110011010100110110111101111011011011001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9A9B; }

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

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

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

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

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

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

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

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