#DA989C

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

Shades of Careys Pink #DA989C

Tints of Careys Pink #DA989C

Color information

#DA989C (or 0xDA989C) is unknown color: approx Careys Pink. HEX triplet: DA, 98 and 9C. RGB value is (218,152,156). Sum of RGB (Red+Green+Blue) = 218+152+156=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA989C is #256763. Grayscale: #ACACAC. Windows color (decimal): -2451300 or 10262746. OLE color: 10262746.

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

Color convert

RGB218152156-
CMYK00.300.280.15
HSL356.36º47.14%72.55%-
HSV(B)356.36º30.28%85.49%-
XYZ46.1439.7636.7-
YUV172.19118.87160.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 156 (61.33% from 255) = 29.66%
R=41.44%
G=28.90%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815215600.300.280.15356.3647.1472.55
HexDA989C01E1CF1642f49
Octal332230234036341754457111
Binary1101101010011000100111000111101110011111011001001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA989C; }

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

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

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

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

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

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

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

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