#DB9899

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

Shades of Careys Pink #DB9899

Tints of Careys Pink #DB9899

Color information

#DB9899 (or 0xDB9899) is unknown color: approx Careys Pink. HEX triplet: DB, 98 and 99. RGB value is (219,152,153). Sum of RGB (Red+Green+Blue) = 219+152+153=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9899 is #246766. Grayscale: #ACACAC. Windows color (decimal): -2385767 or 10066139. OLE color: 10066139.

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

Color convert

RGB219152153-
CMYK00.310.300.14
HSL359.1º48.2%72.75%-
HSV(B)359.1º30.59%85.88%-
XYZ46.1939.8235.39-
YUV172.15117.2161.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.79%
GREEN value IS 152 (59.77% from 255) = 29.01%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=41.79%
G=29.01%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915215300.310.300.14359.148.272.75
HexDB989901F1EE1673049
Octal333230231037361654760111
Binary1101101110011000100110010111111111011101011001111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9899; }

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

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

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

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

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

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

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

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