#DA9BA2

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

Shades of Careys Pink #DA9BA2

Tints of Careys Pink #DA9BA2

Color information

#DA9BA2 (or 0xDA9BA2) is unknown color: approx Careys Pink. HEX triplet: DA, 9B and A2. RGB value is (218,155,162). Sum of RGB (Red+Green+Blue) = 218+155+162=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 162 (63.67% from 255 or 30.28% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9BA2 is #25645D. Grayscale: #AEAEAE. Windows color (decimal): -2450526 or 10656730. OLE color: 10656730.

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

Color convert

RGB218155162-
CMYK00.290.260.15
HSL353.33º45.99%73.14%-
HSV(B)353.33º28.9%85.49%-
XYZ47.1640.9639.6-
YUV174.64120.87158.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.75%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 162 (63.67% from 255) = 30.28%
R=40.75%
G=28.97%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815516200.290.260.15353.3345.9973.14
HexDA9BA201D1AF1612e49
Octal332233242035321754156111
Binary1101101010011011101000100111011101011111011000011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9BA2; }

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

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

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

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

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

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

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

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