#D59AA1

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

Shades of Careys Pink #D59AA1

Tints of Careys Pink #D59AA1

Color information

#D59AA1 (or 0xD59AA1) is unknown color: approx Careys Pink. HEX triplet: D5, 9A and A1. RGB value is (213,154,161). Sum of RGB (Red+Green+Blue) = 213+154+161=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59AA1 is #2A655E. Grayscale: #ACACAC. Windows color (decimal): -2778463 or 10590933. OLE color: 10590933.

HSL color Cylindrical-coordinate representation of color #D59AA1: hue angle of 352.88º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59AA1 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB213154161-
CMYK00.280.240.16
HSL352.88º41.26%71.96%-
HSV(B)352.88º27.7%83.53%-
XYZ45.4339.8339.01-
YUV172.44121.55156.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 161 (63.28% from 255) = 30.49%
R=40.34%
G=29.17%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315416100.280.240.16352.8841.2671.96
HexD59AA101C18101612948
Octal325232241034302054151110
Binary11010101100110101010000101110011000100001011000011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59AA1; }

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

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

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

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

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

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

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

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