#DD989D

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

Shades of Careys Pink #DD989D

Tints of Careys Pink #DD989D

Color information

#DD989D (or 0xDD989D) is unknown color: approx Careys Pink. HEX triplet: DD, 98 and 9D. RGB value is (221,152,157). Sum of RGB (Red+Green+Blue) = 221+152+157=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD989D is #226762. Grayscale: #ADADAD. Windows color (decimal): -2254691 or 10328285. OLE color: 10328285.

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

Color convert

RGB221152157-
CMYK00.310.290.13
HSL355.65º50.36%73.14%-
HSV(B)355.65º31.22%86.67%-
XYZ47.1340.2637.19-
YUV173.2118.86162.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 157 (61.72% from 255) = 29.62%
R=41.70%
G=28.68%
B=29.62%

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
Decimal22115215700.310.290.13355.6550.3673.14
HexDD989D01F1DD1643249
Octal335230235037351554462111
Binary1101110110011000100111010111111110111011011001001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD989D; }

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

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

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

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

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

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

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

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