#D2989B

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

Shades of Careys Pink #D2989B

Tints of Careys Pink #D2989B

Color information

#D2989B (or 0xD2989B) is unknown color: approx Careys Pink. HEX triplet: D2, 98 and 9B. RGB value is (210,152,155). Sum of RGB (Red+Green+Blue) = 210+152+155=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2989B is #2D6764. Grayscale: #A9A9A9. Windows color (decimal): -2975589 or 10197202. OLE color: 10197202.

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

Color convert

RGB210152155-
CMYK00.280.260.18
HSL356.9º39.19%70.98%-
HSV(B)356.9º27.62%82.35%-
XYZ43.7238.5236.14-
YUV169.68119.72156.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.62%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 155 (60.94% from 255) = 29.98%
R=40.62%
G=29.40%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015215500.280.260.18356.939.1970.98
HexD2989B01C1A121652747
Octal322230233034322254547107
Binary11010010100110001001101101110011010100101011001011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2989B; }

 p { color: rgb(210,152,155); }

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

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

 a { background-color: rgb(210,152,155); }

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

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

 span { border-color: rgb(210,152,155); }

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