#DA979E

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

Shades of Careys Pink #DA979E

Tints of Careys Pink #DA979E

Color information

#DA979E (or 0xDA979E) is unknown color: approx Careys Pink. HEX triplet: DA, 97 and 9E. RGB value is (218,151,158). Sum of RGB (Red+Green+Blue) = 218+151+158=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA979E is #256861. Grayscale: #ABABAB. Windows color (decimal): -2451554 or 10393562. OLE color: 10393562.

HSL color Cylindrical-coordinate representation of color #DA979E: hue angle of 353.73º 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 #DA979E is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB218151158-
CMYK00.310.280.15
HSL353.73º47.52%72.35%-
HSV(B)353.73º30.73%85.49%-
XYZ46.1539.5137.54-
YUV171.83120.2160.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 151 (59.38% from 255) = 28.65%
BLUE value IS 158 (62.11% from 255) = 29.98%
R=41.37%
G=28.65%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815115800.310.280.15353.7347.5272.35
HexDA979E01F1CF1623048
Octal332227236037341754260110
Binary1101101010010111100111100111111110011111011000101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA979E; }

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

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

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

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

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

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

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

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