#DD9B9F

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

Shades of Careys Pink #DD9B9F

Tints of Careys Pink #DD9B9F

Color information

#DD9B9F (or 0xDD9B9F) is unknown color: approx Careys Pink. HEX triplet: DD, 9B and 9F. RGB value is (221,155,159). Sum of RGB (Red+Green+Blue) = 221+155+159=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9B9F is #226460. Grayscale: #AFAFAF. Windows color (decimal): -2253921 or 10460125. OLE color: 10460125.

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

Color convert

RGB221155159-
CMYK00.300.280.13
HSL356.36º49.25%73.73%-
HSV(B)356.36º29.86%86.67%-
XYZ47.841.3238.26-
YUV175.19118.87160.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 159 (62.5% from 255) = 29.72%
R=41.31%
G=28.97%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115515900.300.280.13356.3649.2573.73
HexDD9B9F01E1CD164314a
Octal335233237036341554461112
Binary1101110110011011100111110111101110011011011001001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9B9F; }

 p { color: rgb(221,155,159); }

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

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

 a { background-color: rgb(221,155,159); }

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

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

 span { border-color: rgb(221,155,159); }

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