#DA979B

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

Shades of Careys Pink #DA979B

Tints of Careys Pink #DA979B

Color information

#DA979B (or 0xDA979B) is unknown color: approx Careys Pink. HEX triplet: DA, 97 and 9B. RGB value is (218,151,155). Sum of RGB (Red+Green+Blue) = 218+151+155=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA979B is #256864. Grayscale: #ABABAB. Windows color (decimal): -2451557 or 10196954. OLE color: 10196954.

HSL color Cylindrical-coordinate representation of color #DA979B: hue angle of 356.42º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DA979B is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB218151155-
CMYK00.310.290.15
HSL356.42º47.52%72.35%-
HSV(B)356.42º30.73%85.49%-
XYZ45.939.4136.2-
YUV171.49118.7161.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.60%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 155 (60.94% from 255) = 29.58%
R=41.60%
G=28.82%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815115500.310.290.15356.4247.5272.35
HexDA979B01F1DF1643048
Octal332227233037351754460110
Binary1101101010010111100110110111111110111111011001001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA979B; }

 p { color: rgb(218,151,155); }

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

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

 a { background-color: rgb(218,151,155); }

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

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

 span { border-color: rgb(218,151,155); }

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