#DB989B

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

Shades of Careys Pink #DB989B

Tints of Careys Pink #DB989B

Color information

#DB989B (or 0xDB989B) is unknown color: approx Careys Pink. HEX triplet: DB, 98 and 9B. RGB value is (219,152,155). Sum of RGB (Red+Green+Blue) = 219+152+155=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB989B is #246764. Grayscale: #ACACAC. Windows color (decimal): -2385765 or 10197211. OLE color: 10197211.

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

Color convert

RGB219152155-
CMYK00.310.290.14
HSL357.31º48.2%72.75%-
HSV(B)357.31º30.59%85.88%-
XYZ46.3639.8836.27-
YUV172.38118.2161.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.63%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 155 (60.94% from 255) = 29.47%
R=41.63%
G=28.90%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915215500.310.290.14357.3148.272.75
HexDB989B01F1DE1653049
Octal333230233037351654560111
Binary1101101110011000100110110111111110111101011001011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB989B; }

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

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

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

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

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

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

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

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