#D59DA6

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

Shades of Careys Pink #D59DA6

Tints of Careys Pink #D59DA6

Color information

#D59DA6 (or 0xD59DA6) is unknown color: approx Careys Pink. HEX triplet: D5, 9D and A6. RGB value is (213,157,166). Sum of RGB (Red+Green+Blue) = 213+157+166=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59DA6 is #2A6259. Grayscale: #AEAEAE. Windows color (decimal): -2777690 or 10919381. OLE color: 10919381.

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

Color convert

RGB213157166-
CMYK00.260.220.16
HSL350.36º40%72.55%-
HSV(B)350.36º26.29%83.53%-
XYZ46.3841.0141.55-
YUV174.77123.05155.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 166 (65.23% from 255) = 30.97%
R=39.74%
G=29.29%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315716600.260.220.16350.364072.55
HexD59DA601A161015e2849
Octal325235246032262053650111
Binary11010101100111011010011001101010110100001010111101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DA6; }

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

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

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

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

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

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

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

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