#DA9BA4

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

Shades of Careys Pink #DA9BA4

Tints of Careys Pink #DA9BA4

Color information

#DA9BA4 (or 0xDA9BA4) is unknown color: approx Careys Pink. HEX triplet: DA, 9B and A4. RGB value is (218,155,164). Sum of RGB (Red+Green+Blue) = 218+155+164=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9BA4 is #25645B. Grayscale: #AEAEAE. Windows color (decimal): -2450524 or 10787802. OLE color: 10787802.

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

Color convert

RGB218155164-
CMYK00.290.250.15
HSL351.43º45.99%73.14%-
HSV(B)351.43º28.9%85.49%-
XYZ47.3441.0340.55-
YUV174.86121.87158.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 155 (60.94% from 255) = 28.86%
BLUE value IS 164 (64.45% from 255) = 30.54%
R=40.60%
G=28.86%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815516400.290.250.15351.4345.9973.14
HexDA9BA401D19F15f2e49
Octal332233244035311753756111
Binary1101101010011011101001000111011100111111010111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9BA4; }

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

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

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

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

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

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

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

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