#DB9A9C

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

Shades of Careys Pink #DB9A9C

Tints of Careys Pink #DB9A9C

Color information

#DB9A9C (or 0xDB9A9C) is unknown color: approx Careys Pink. HEX triplet: DB, 9A and 9C. RGB value is (219,154,156). Sum of RGB (Red+Green+Blue) = 219+154+156=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A9C is #246563. Grayscale: #ADADAD. Windows color (decimal): -2385252 or 10263259. OLE color: 10263259.

HSL color Cylindrical-coordinate representation of color #DB9A9C: hue angle of 358.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9A9C is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB219154156-
CMYK00.300.290.14
HSL358.15º47.45%73.14%-
HSV(B)358.15º29.68%85.88%-
XYZ46.7740.5736.82-
YUV173.66118.03160.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.40%
GREEN value IS 154 (60.55% from 255) = 29.11%
BLUE value IS 156 (61.33% from 255) = 29.49%
R=41.40%
G=29.11%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915415600.300.290.14358.1547.4573.14
HexDB9A9C01E1DE1662f49
Octal333232234036351654657111
Binary1101101110011010100111000111101110111101011001101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9A9C; }

 p { color: rgb(219,154,156); }

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

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

 a { background-color: rgb(219,154,156); }

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

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

 span { border-color: rgb(219,154,156); }

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