#DD9AA0

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

Shades of Careys Pink #DD9AA0

Tints of Careys Pink #DD9AA0

Color information

#DD9AA0 (or 0xDD9AA0) is unknown color: approx Careys Pink. HEX triplet: DD, 9A and A0. RGB value is (221,154,160). Sum of RGB (Red+Green+Blue) = 221+154+160=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9AA0 is #22655F. Grayscale: #AEAEAE. Windows color (decimal): -2254176 or 10525405. OLE color: 10525405.

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

Color convert

RGB221154160-
CMYK00.300.280.13
HSL354.63º49.63%73.53%-
HSV(B)354.63º30.32%86.67%-
XYZ47.7241.0238.66-
YUV174.72119.7161.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 160 (62.89% from 255) = 29.91%
R=41.31%
G=28.79%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115416000.300.280.13354.6349.6373.53
HexDD9AA001E1CD163324a
Octal335232240036341554362112
Binary1101110110011010101000000111101110011011011000111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9AA0; }

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

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

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

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

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

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

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

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