#DB9B9D

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

Shades of Careys Pink #DB9B9D

Tints of Careys Pink #DB9B9D

Color information

#DB9B9D (or 0xDB9B9D) is unknown color: approx Careys Pink. HEX triplet: DB, 9B and 9D. RGB value is (219,155,157). Sum of RGB (Red+Green+Blue) = 219+155+157=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9B9D is #246462. Grayscale: #AEAEAE. Windows color (decimal): -2384995 or 10329051. OLE color: 10329051.

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

Color convert

RGB219155157-
CMYK00.290.280.14
HSL358.12º47.06%73.33%-
HSV(B)358.12º29.22%85.88%-
XYZ47.0240.9437.32-
YUV174.36118.2159.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.24%
GREEN value IS 155 (60.94% from 255) = 29.19%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=41.24%
G=29.19%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915515700.290.280.14358.1247.0673.33
HexDB9B9D01D1CE1662f49
Octal333233235035341654657111
Binary1101101110011011100111010111011110011101011001101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9B9D; }

 p { color: rgb(219,155,157); }

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

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

 a { background-color: rgb(219,155,157); }

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

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

 span { border-color: rgb(219,155,157); }

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