#DD979F

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

Shades of Careys Pink #DD979F

Tints of Careys Pink #DD979F

Color information

#DD979F (or 0xDD979F) is unknown color: approx Careys Pink. HEX triplet: DD, 97 and 9F. RGB value is (221,151,159). Sum of RGB (Red+Green+Blue) = 221+151+159=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD979F is #226860. Grayscale: #ACACAC. Windows color (decimal): -2254945 or 10459101. OLE color: 10459101.

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

Color convert

RGB221151159-
CMYK00.320.280.13
HSL353.14º50.72%72.94%-
HSV(B)353.14º31.67%86.67%-
XYZ47.1440.0138.04-
YUV172.84120.19162.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 151 (59.38% from 255) = 28.44%
BLUE value IS 159 (62.5% from 255) = 29.94%
R=41.62%
G=28.44%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115115900.320.280.13353.1450.7272.94
HexDD979F0201CD1613349
Octal335227237040341554163111
Binary11011101100101111001111101000001110011011011000011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD979F; }

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

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

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

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

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

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

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

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