#D09DA9

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

Shades of Careys Pink #D09DA9

Tints of Careys Pink #D09DA9

Color information

#D09DA9 (or 0xD09DA9) is unknown color: approx Careys Pink. HEX triplet: D0, 9D and A9. RGB value is (208,157,169). Sum of RGB (Red+Green+Blue) = 208+157+169=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D09DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09DA9 is #2F6256. Grayscale: #ADADAD. Windows color (decimal): -3105367 or 11115984. OLE color: 11115984.

HSL color Cylindrical-coordinate representation of color #D09DA9: hue angle of 345.88º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09DA9 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB208157169-
CMYK00.250.190.18
HSL345.88º35.17%71.57%-
HSV(B)345.88º24.52%81.57%-
XYZ45.2340.3942.95-
YUV173.62125.4152.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.95%
GREEN value IS 157 (61.72% from 255) = 29.40%
BLUE value IS 169 (66.41% from 255) = 31.65%
R=38.95%
G=29.40%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815716900.250.190.18345.8835.1771.57
HexD09DA9019131215a2348
Octal320235251031232253243110
Binary11010000100111011010100101100110011100101010110101000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09DA9; }

 p { color: rgb(208,157,169); }

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

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

 a { background-color: rgb(208,157,169); }

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

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

 span { border-color: rgb(208,157,169); }

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