#D39AA5

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

Shades of Careys Pink #D39AA5

Tints of Careys Pink #D39AA5

Color information

#D39AA5 (or 0xD39AA5) is unknown color: approx Careys Pink. HEX triplet: D3, 9A and A5. RGB value is (211,154,165). Sum of RGB (Red+Green+Blue) = 211+154+165=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 211 - color contains mainly: red. Hex color #D39AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39AA5 is #2C655A. Grayscale: #ACACAC. Windows color (decimal): -2909531 or 10853075. OLE color: 10853075.

HSL color Cylindrical-coordinate representation of color #D39AA5: hue angle of 348.42º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39AA5 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB211154165-
CMYK00.270.220.17
HSL348.42º39.31%71.57%-
HSV(B)348.42º27.01%82.75%-
XYZ45.2139.6840.87-
YUV172.3123.88155.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.81%
GREEN value IS 154 (60.55% from 255) = 29.06%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=39.81%
G=29.06%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115416500.270.220.17348.4239.3171.57
HexD39AA501B161115c2748
Octal323232245033262153447110
Binary11010011100110101010010101101110110100011010111001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39AA5; }

 p { color: rgb(211,154,165); }

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

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

 a { background-color: rgb(211,154,165); }

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

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

 span { border-color: rgb(211,154,165); }

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