#DA9AA1

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

Shades of Careys Pink #DA9AA1

Tints of Careys Pink #DA9AA1

Color information

#DA9AA1 (or 0xDA9AA1) is unknown color: approx Careys Pink. HEX triplet: DA, 9A and A1. RGB value is (218,154,161). Sum of RGB (Red+Green+Blue) = 218+154+161=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9AA1 is #25655E. Grayscale: #ADADAD. Windows color (decimal): -2450783 or 10590938. OLE color: 10590938.

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

Color convert

RGB218154161-
CMYK00.290.260.15
HSL353.44º46.38%72.94%-
HSV(B)353.44º29.36%85.49%-
XYZ46.940.5939.08-
YUV173.93120.7159.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.90%
GREEN value IS 154 (60.55% from 255) = 28.89%
BLUE value IS 161 (63.28% from 255) = 30.21%
R=40.90%
G=28.89%
B=30.21%

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
Decimal21815416100.290.260.15353.4446.3872.94
HexDA9AA101D1AF1612e49
Octal332232241035321754156111
Binary1101101010011010101000010111011101011111011000011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9AA1; }

 p { color: rgb(218,154,161); }

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

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

 a { background-color: rgb(218,154,161); }

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

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

 span { border-color: rgb(218,154,161); }

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