#D9989F

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

Shades of Careys Pink #D9989F

Tints of Careys Pink #D9989F

Color information

#D9989F (or 0xD9989F) is unknown color: approx Careys Pink. HEX triplet: D9, 98 and 9F. RGB value is (217,152,159). Sum of RGB (Red+Green+Blue) = 217+152+159=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D9989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9989F is #266760. Grayscale: #ACACAC. Windows color (decimal): -2516833 or 10459353. OLE color: 10459353.

HSL color Cylindrical-coordinate representation of color #D9989F: hue angle of 353.54º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9989F is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB217152159-
CMYK00.300.270.15
HSL353.54º46.1%72.35%-
HSV(B)353.54º29.95%85.1%-
XYZ46.139.7138.04-
YUV172.23120.53159.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 159 (62.5% from 255) = 30.11%
R=41.10%
G=28.79%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715215900.300.270.15353.5446.172.35
HexD9989F01E1BF1622e48
Octal331230237036331754256110
Binary1101100110011000100111110111101101111111011000101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9989F; }

 p { color: rgb(217,152,159); }

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

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

 a { background-color: rgb(217,152,159); }

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

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

 span { border-color: rgb(217,152,159); }

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