#DB9BA1

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

Shades of Careys Pink #DB9BA1

Tints of Careys Pink #DB9BA1

Color information

#DB9BA1 (or 0xDB9BA1) is unknown color: approx Careys Pink. HEX triplet: DB, 9B and A1. RGB value is (219,155,161). Sum of RGB (Red+Green+Blue) = 219+155+161=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9BA1 is #24645E. Grayscale: #AEAEAE. Windows color (decimal): -2384991 or 10591195. OLE color: 10591195.

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

Color convert

RGB219155161-
CMYK00.290.260.14
HSL354.38º47.06%73.33%-
HSV(B)354.38º29.22%85.88%-
XYZ47.3741.0839.15-
YUV174.82120.2159.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.93%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 161 (63.28% from 255) = 30.09%
R=40.93%
G=28.97%
B=30.09%

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
Decimal21915516100.290.260.14354.3847.0673.33
HexDB9BA101D1AE1622f49
Octal333233241035321654257111
Binary1101101110011011101000010111011101011101011000101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9BA1; }

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

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

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

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

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

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

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

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