#D7989E

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

Shades of Careys Pink #D7989E

Tints of Careys Pink #D7989E

Color information

#D7989E (or 0xD7989E) is unknown color: approx Careys Pink. HEX triplet: D7, 98 and 9E. RGB value is (215,152,158). Sum of RGB (Red+Green+Blue) = 215+152+158=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D7989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7989E is #286761. Grayscale: #ABABAB. Windows color (decimal): -2647906 or 10393815. OLE color: 10393815.

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

Color convert

RGB215152158-
CMYK00.290.270.16
HSL354.29º44.06%71.96%-
HSV(B)354.29º29.3%84.31%-
XYZ45.4239.3737.55-
YUV171.52120.37159.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 158 (62.11% from 255) = 30.10%
R=40.95%
G=28.95%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515215800.290.270.16354.2944.0671.96
HexD7989E01D1B101622c48
Octal327230236035332054254110
Binary11010111100110001001111001110111011100001011000101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7989E; }

 p { color: rgb(215,152,158); }

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

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

 a { background-color: rgb(215,152,158); }

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

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

 span { border-color: rgb(215,152,158); }

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