#DA9EA5

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

Shades of Careys Pink #DA9EA5

Tints of Careys Pink #DA9EA5

Color information

#DA9EA5 (or 0xDA9EA5) is unknown color: approx Careys Pink. HEX triplet: DA, 9E and A5. RGB value is (218,158,165). Sum of RGB (Red+Green+Blue) = 218+158+165=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9EA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9EA5 is #25615A. Grayscale: #B0B0B0. Windows color (decimal): -2449755 or 10854106. OLE color: 10854106.

HSL color Cylindrical-coordinate representation of color #DA9EA5: hue angle of 353º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9EA5 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB218158165-
CMYK00.280.240.15
HSL353º44.78%73.73%-
HSV(B)353º27.52%85.49%-
XYZ47.9342.0841.19-
YUV176.74121.38157.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 158 (62.11% from 255) = 29.21%
BLUE value IS 165 (64.84% from 255) = 30.50%
R=40.30%
G=29.21%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815816500.280.240.1535344.7873.73
HexDA9EA501C18F1612d4a
Octal332236245034301754155112
Binary1101101010011110101001010111001100011111011000011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9EA5; }

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

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

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

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

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

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

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

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