#DD9A9D

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

Shades of Careys Pink #DD9A9D

Tints of Careys Pink #DD9A9D

Color information

#DD9A9D (or 0xDD9A9D) is unknown color: approx Careys Pink. HEX triplet: DD, 9A and 9D. RGB value is (221,154,157). Sum of RGB (Red+Green+Blue) = 221+154+157=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A9D is #226562. Grayscale: #AEAEAE. Windows color (decimal): -2254179 or 10328797. OLE color: 10328797.

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

Color convert

RGB221154157-
CMYK00.300.290.13
HSL357.31º49.63%73.53%-
HSV(B)357.31º30.32%86.67%-
XYZ47.4640.9237.29-
YUV174.37118.2161.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 157 (61.72% from 255) = 29.51%
R=41.54%
G=28.95%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115415700.300.290.13357.3149.6373.53
HexDD9A9D01E1DD165324a
Octal335232235036351554562112
Binary1101110110011010100111010111101110111011011001011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9A9D; }

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

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

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

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

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

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

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

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