#DA9B9F

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

Shades of Careys Pink #DA9B9F

Tints of Careys Pink #DA9B9F

Color information

#DA9B9F (or 0xDA9B9F) is unknown color: approx Careys Pink. HEX triplet: DA, 9B and 9F. RGB value is (218,155,159). Sum of RGB (Red+Green+Blue) = 218+155+159=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9B9F is #256460. Grayscale: #AEAEAE. Windows color (decimal): -2450529 or 10460122. OLE color: 10460122.

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

Color convert

RGB218155159-
CMYK00.290.270.15
HSL356.19º45.99%73.14%-
HSV(B)356.19º28.9%85.49%-
XYZ46.8940.8538.21-
YUV174.29119.37159.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.98%
GREEN value IS 155 (60.94% from 255) = 29.14%
BLUE value IS 159 (62.5% from 255) = 29.89%
R=40.98%
G=29.14%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815515900.290.270.15356.1945.9973.14
HexDA9B9F01D1BF1642e49
Octal332233237035331754456111
Binary1101101010011011100111110111011101111111011001001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9B9F; }

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

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

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

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

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

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

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

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