#DD9C9D

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

Shades of Careys Pink #DD9C9D

Tints of Careys Pink #DD9C9D

Color information

#DD9C9D (or 0xDD9C9D) is unknown color: approx Careys Pink. HEX triplet: DD, 9C and 9D. RGB value is (221,156,157). Sum of RGB (Red+Green+Blue) = 221+156+157=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9C9D is #226362. Grayscale: #AFAFAF. Windows color (decimal): -2253667 or 10329309. OLE color: 10329309.

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

Color convert

RGB221156157-
CMYK00.290.290.13
HSL359.08º48.87%73.92%-
HSV(B)359.08º29.41%86.67%-
XYZ47.7941.5837.41-
YUV175.55117.53160.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 156 (61.33% from 255) = 29.21%
BLUE value IS 157 (61.72% from 255) = 29.40%
R=41.39%
G=29.21%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115615700.290.290.13359.0848.8773.92
HexDD9C9D01D1DD167314a
Octal335234235035351554761112
Binary1101110110011100100111010111011110111011011001111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9C9D; }

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

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

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

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

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

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

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

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