#D59EA4

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

Shades of Careys Pink #D59EA4

Tints of Careys Pink #D59EA4

Color information

#D59EA4 (or 0xD59EA4) is unknown color: approx Careys Pink. HEX triplet: D5, 9E and A4. RGB value is (213,158,164). Sum of RGB (Red+Green+Blue) = 213+158+164=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59EA4 is #2A615B. Grayscale: #AFAFAF. Windows color (decimal): -2777436 or 10788565. OLE color: 10788565.

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

Color convert

RGB213158164-
CMYK00.260.230.16
HSL353.45º39.57%72.75%-
HSV(B)353.45º25.82%83.53%-
XYZ46.3741.2840.65-
YUV175.13121.72155.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.81%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 164 (64.45% from 255) = 30.65%
R=39.81%
G=29.53%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315816400.260.230.16353.4539.5772.75
HexD59EA401A17101612849
Octal325236244032272054150111
Binary11010101100111101010010001101010111100001011000011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59EA4; }

 p { color: rgb(213,158,164); }

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

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

 a { background-color: rgb(213,158,164); }

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

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

 span { border-color: rgb(213,158,164); }

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