#D59AA4

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

Shades of Careys Pink #D59AA4

Tints of Careys Pink #D59AA4

Color information

#D59AA4 (or 0xD59AA4) is unknown color: approx Careys Pink. HEX triplet: D5, 9A and A4. RGB value is (213,154,164). Sum of RGB (Red+Green+Blue) = 213+154+164=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59AA4 is #2A655B. Grayscale: #ACACAC. Windows color (decimal): -2778460 or 10787541. OLE color: 10787541.

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

Color convert

RGB213154164-
CMYK00.280.230.16
HSL349.83º41.26%71.96%-
HSV(B)349.83º27.7%83.53%-
XYZ45.739.9440.42-
YUV172.78123.05156.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 164 (64.45% from 255) = 30.89%
R=40.11%
G=29.00%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315416400.280.230.16349.8341.2671.96
HexD59AA401C171015e2948
Octal325232244034272053651110
Binary11010101100110101010010001110010111100001010111101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59AA4; }

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

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

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

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

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

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

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

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