#DD9CA2

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

Shades of Careys Pink #DD9CA2

Tints of Careys Pink #DD9CA2

Color information

#DD9CA2 (or 0xDD9CA2) is unknown color: approx Careys Pink. HEX triplet: DD, 9C and A2. RGB value is (221,156,162). Sum of RGB (Red+Green+Blue) = 221+156+162=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9CA2 is #22635D. Grayscale: #B0B0B0. Windows color (decimal): -2253662 or 10656989. OLE color: 10656989.

HSL color Cylindrical-coordinate representation of color #DD9CA2: hue angle of 354.46º degrees, saturation: 0.49, 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 #DD9CA2 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB221156162-
CMYK00.290.270.13
HSL354.46º48.87%73.92%-
HSV(B)354.46º29.41%86.67%-
XYZ48.2341.7639.7-
YUV176.12120.03160.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 156 (61.33% from 255) = 28.94%
BLUE value IS 162 (63.67% from 255) = 30.06%
R=41.00%
G=28.94%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115616200.290.270.13354.4648.8773.92
HexDD9CA201D1BD162314a
Octal335234242035331554261112
Binary1101110110011100101000100111011101111011011000101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CA2; }

 p { color: rgb(221,156,162); }

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

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

 a { background-color: rgb(221,156,162); }

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

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

 span { border-color: rgb(221,156,162); }

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