#D3989C

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

Shades of Careys Pink #D3989C

Tints of Careys Pink #D3989C

Color information

#D3989C (or 0xD3989C) is unknown color: approx Careys Pink. HEX triplet: D3, 98 and 9C. RGB value is (211,152,156). Sum of RGB (Red+Green+Blue) = 211+152+156=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D3989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3989C is #2C6763. Grayscale: #AAAAAA. Windows color (decimal): -2910052 or 10262739. OLE color: 10262739.

HSL color Cylindrical-coordinate representation of color #D3989C: hue angle of 355.93º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3989C is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB211152156-
CMYK00.280.260.17
HSL355.93º40.14%71.18%-
HSV(B)355.93º27.96%82.75%-
XYZ44.0938.7136.6-
YUV170.1120.05157.17-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.66%
GREEN value IS 152 (59.77% from 255) = 29.29%
BLUE value IS 156 (61.33% from 255) = 30.06%
R=40.66%
G=29.29%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115215600.280.260.17355.9340.1471.18
HexD3989C01C1A111642847
Octal323230234034322154450107
Binary11010011100110001001110001110011010100011011001001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3989C; }

 p { color: rgb(211,152,156); }

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

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

 a { background-color: rgb(211,152,156); }

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

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

 span { border-color: rgb(211,152,156); }

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