#DB989D

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

Shades of Careys Pink #DB989D

Tints of Careys Pink #DB989D

Color information

#DB989D (or 0xDB989D) is unknown color: approx Careys Pink. HEX triplet: DB, 98 and 9D. RGB value is (219,152,157). Sum of RGB (Red+Green+Blue) = 219+152+157=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB989D is #246762. Grayscale: #ACACAC. Windows color (decimal): -2385763 or 10328283. OLE color: 10328283.

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

Color convert

RGB219152157-
CMYK00.310.280.14
HSL355.52º48.2%72.75%-
HSV(B)355.52º30.59%85.88%-
XYZ46.5339.9537.16-
YUV172.6119.2161.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.48%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 157 (61.72% from 255) = 29.73%
R=41.48%
G=28.79%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915215700.310.280.14355.5248.272.75
HexDB989D01F1CE1643049
Octal333230235037341654460111
Binary1101101110011000100111010111111110011101011001001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB989D; }

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

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

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

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

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

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

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

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