#DB99A0

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

Shades of Careys Pink #DB99A0

Tints of Careys Pink #DB99A0

Color information

#DB99A0 (or 0xDB99A0) is unknown color: approx Careys Pink. HEX triplet: DB, 99 and A0. RGB value is (219,153,160). Sum of RGB (Red+Green+Blue) = 219+153+160=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB99A0 is #24665F. Grayscale: #ADADAD. Windows color (decimal): -2385504 or 10525147. OLE color: 10525147.

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

Color convert

RGB219153160-
CMYK00.300.270.14
HSL353.64º47.83%72.94%-
HSV(B)353.64º30.14%85.88%-
XYZ46.9540.3838.58-
YUV173.53120.37160.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.17%
GREEN value IS 153 (60.16% from 255) = 28.76%
BLUE value IS 160 (62.89% from 255) = 30.08%
R=41.17%
G=28.76%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915316000.300.270.14353.6447.8372.94
HexDB99A001E1BE1623049
Octal333231240036331654260111
Binary1101101110011001101000000111101101111101011000101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB99A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB99A0; }

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

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

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

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

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

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

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

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