#DD9DA0

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

Shades of Careys Pink #DD9DA0

Tints of Careys Pink #DD9DA0

Color information

#DD9DA0 (or 0xDD9DA0) is unknown color: approx Careys Pink. HEX triplet: DD, 9D and A0. RGB value is (221,157,160). Sum of RGB (Red+Green+Blue) = 221+157+160=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9DA0 is #22625F. Grayscale: #B0B0B0. Windows color (decimal): -2253408 or 10526173. OLE color: 10526173.

HSL color Cylindrical-coordinate representation of color #DD9DA0: hue angle of 357.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9DA0 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB221157160-
CMYK00.290.280.13
HSL357.19º48.48%74.12%-
HSV(B)357.19º28.96%86.67%-
XYZ48.2242.0238.83-
YUV176.48118.7159.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 157 (61.72% from 255) = 29.18%
BLUE value IS 160 (62.89% from 255) = 29.74%
R=41.08%
G=29.18%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115716000.290.280.13357.1948.4874.12
HexDD9DA001D1CD165304a
Octal335235240035341554560112
Binary1101110110011101101000000111011110011011011001011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DA0; }

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

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

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

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

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

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

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

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