#D89A9E

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

Shades of Careys Pink #D89A9E

Tints of Careys Pink #D89A9E

Color information

#D89A9E (or 0xD89A9E) is unknown color: approx Careys Pink. HEX triplet: D8, 9A and 9E. RGB value is (216,154,158). Sum of RGB (Red+Green+Blue) = 216+154+158=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89A9E is #276561. Grayscale: #ADADAD. Windows color (decimal): -2581858 or 10394328. OLE color: 10394328.

HSL color Cylindrical-coordinate representation of color #D89A9E: hue angle of 356.13º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89A9E is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB216154158-
CMYK00.290.270.15
HSL356.13º44.29%72.55%-
HSV(B)356.13º28.7%84.71%-
XYZ46.0540.1837.68-
YUV172.99119.54158.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.91%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 158 (62.11% from 255) = 29.92%
R=40.91%
G=29.17%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615415800.290.270.15356.1344.2972.55
HexD89A9E01D1BF1642c49
Octal330232236035331754454111
Binary1101100010011010100111100111011101111111011001001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89A9E; }

 p { color: rgb(216,154,158); }

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

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

 a { background-color: rgb(216,154,158); }

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

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

 span { border-color: rgb(216,154,158); }

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