#D59FAA

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

Shades of Careys Pink #D59FAA

Tints of Careys Pink #D59FAA

Color information

#D59FAA (or 0xD59FAA) is unknown color: approx Careys Pink. HEX triplet: D5, 9F and AA. RGB value is (213,159,170). Sum of RGB (Red+Green+Blue) = 213+159+170=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59FAA is #2A6055. Grayscale: #B0B0B0. Windows color (decimal): -2777174 or 11182037. OLE color: 11182037.

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

Color convert

RGB213159170-
CMYK00.250.200.16
HSL347.78º39.13%72.94%-
HSV(B)347.78º25.35%83.53%-
XYZ47.0941.8443.62-
YUV176.4124.39154.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 159 (62.5% from 255) = 29.34%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=39.30%
G=29.34%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315917000.250.200.16347.7839.1372.94
HexD59FAA019141015c2749
Octal325237252031242053447111
Binary11010101100111111010101001100110100100001010111001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59FAA; }

 p { color: rgb(213,159,170); }

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

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

 a { background-color: rgb(213,159,170); }

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

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

 span { border-color: rgb(213,159,170); }

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