#DD999C

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

Shades of Careys Pink #DD999C

Tints of Careys Pink #DD999C

Color information

#DD999C (or 0xDD999C) is unknown color: approx Careys Pink. HEX triplet: DD, 99 and 9C. RGB value is (221,153,156). Sum of RGB (Red+Green+Blue) = 221+153+156=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD999C is #226663. Grayscale: #ADADAD. Windows color (decimal): -2254436 or 10263005. OLE color: 10263005.

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

Color convert

RGB221153156-
CMYK00.310.290.13
HSL357.35º50%73.33%-
HSV(B)357.35º30.77%86.67%-
XYZ47.2140.5536.79-
YUV173.67118.03161.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 156 (61.33% from 255) = 29.43%
R=41.70%
G=28.87%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115315600.310.290.13357.355073.33
HexDD999C01F1DD1653249
Octal335231234037351554562111
Binary1101110110011001100111000111111110111011011001011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD999C; }

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

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

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

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

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

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

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

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