#DD979D

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

Shades of Careys Pink #DD979D

Tints of Careys Pink #DD979D

Color information

#DD979D (or 0xDD979D) is unknown color: approx Careys Pink. HEX triplet: DD, 97 and 9D. RGB value is (221,151,157). Sum of RGB (Red+Green+Blue) = 221+151+157=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD979D is #226862. Grayscale: #ACACAC. Windows color (decimal): -2254947 or 10328029. OLE color: 10328029.

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

Color convert

RGB221151157-
CMYK00.320.290.13
HSL354.86º50.72%72.94%-
HSV(B)354.86º31.67%86.67%-
XYZ46.9739.9437.13-
YUV172.61119.19162.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 151 (59.38% from 255) = 28.54%
BLUE value IS 157 (61.72% from 255) = 29.68%
R=41.78%
G=28.54%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115115700.320.290.13354.8650.7272.94
HexDD979D0201DD1633349
Octal335227235040351554363111
Binary11011101100101111001110101000001110111011011000111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD979D; }

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

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

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

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

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

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

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

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