#DB9BA2

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

Shades of Careys Pink #DB9BA2

Tints of Careys Pink #DB9BA2

Color information

#DB9BA2 (or 0xDB9BA2) is unknown color: approx Careys Pink. HEX triplet: DB, 9B and A2. RGB value is (219,155,162). Sum of RGB (Red+Green+Blue) = 219+155+162=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9BA2 is #24645D. Grayscale: #AEAEAE. Windows color (decimal): -2384990 or 10656731. OLE color: 10656731.

HSL color Cylindrical-coordinate representation of color #DB9BA2: hue angle of 353.44º 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 #DB9BA2 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB219155162-
CMYK00.290.260.14
HSL353.44º47.06%73.33%-
HSV(B)353.44º29.22%85.88%-
XYZ47.4641.1139.62-
YUV174.93120.7159.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.86%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 162 (63.67% from 255) = 30.22%
R=40.86%
G=28.92%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915516200.290.260.14353.4447.0673.33
HexDB9BA201D1AE1612f49
Octal333233242035321654157111
Binary1101101110011011101000100111011101011101011000011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9BA2; }

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

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

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

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

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

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

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

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