#DB999A

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

Shades of Careys Pink #DB999A

Tints of Careys Pink #DB999A

Color information

#DB999A (or 0xDB999A) is unknown color: approx Careys Pink. HEX triplet: DB, 99 and 9A. RGB value is (219,153,154). Sum of RGB (Red+Green+Blue) = 219+153+154=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB999A is #246665. Grayscale: #ACACAC. Windows color (decimal): -2385510 or 10131931. OLE color: 10131931.

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

Color convert

RGB219153154-
CMYK00.300.300.14
HSL359.09º47.83%72.94%-
HSV(B)359.09º30.14%85.88%-
XYZ46.4440.1835.88-
YUV172.85117.37160.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.63%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 154 (60.55% from 255) = 29.28%
R=41.63%
G=29.09%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915315400.300.300.14359.0947.8372.94
HexDB999A01E1EE1673049
Octal333231232036361654760111
Binary1101101110011001100110100111101111011101011001111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB999A; }

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

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

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

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

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

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

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

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