#D59DA1

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

Shades of Careys Pink #D59DA1

Tints of Careys Pink #D59DA1

Color information

#D59DA1 (or 0xD59DA1) is unknown color: approx Careys Pink. HEX triplet: D5, 9D and A1. RGB value is (213,157,161). Sum of RGB (Red+Green+Blue) = 213+157+161=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59DA1 is #2A625E. Grayscale: #AEAEAE. Windows color (decimal): -2777695 or 10591701. OLE color: 10591701.

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

Color convert

RGB213157161-
CMYK00.260.240.16
HSL355.71º40%72.55%-
HSV(B)355.71º26.29%83.53%-
XYZ45.9340.8339.18-
YUV174.2120.55155.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 161 (63.28% from 255) = 30.32%
R=40.11%
G=29.57%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315716100.260.240.16355.714072.55
HexD59DA101A18101642849
Octal325235241032302054450111
Binary11010101100111011010000101101011000100001011001001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DA1; }

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

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

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

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

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

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

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

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