#DB999C

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

Shades of Careys Pink #DB999C

Tints of Careys Pink #DB999C

Color information

#DB999C (or 0xDB999C) is unknown color: approx Careys Pink. HEX triplet: DB, 99 and 9C. RGB value is (219,153,156). Sum of RGB (Red+Green+Blue) = 219+153+156=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB999C is #246663. Grayscale: #ADADAD. Windows color (decimal): -2385508 or 10263003. OLE color: 10263003.

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

Color convert

RGB219153156-
CMYK00.300.290.14
HSL357.27º47.83%72.94%-
HSV(B)357.27º30.14%85.88%-
XYZ46.6140.2436.76-
YUV173.08118.37160.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.48%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 156 (61.33% from 255) = 29.55%
R=41.48%
G=28.98%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915315600.300.290.14357.2747.8372.94
HexDB999C01E1DE1653049
Octal333231234036351654560111
Binary1101101110011001100111000111101110111101011001011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB999C; }

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

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

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

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

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

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

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

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