#DB98A0

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

Shades of Careys Pink #DB98A0

Tints of Careys Pink #DB98A0

Color information

#DB98A0 (or 0xDB98A0) is unknown color: approx Careys Pink. HEX triplet: DB, 98 and A0. RGB value is (219,152,160). Sum of RGB (Red+Green+Blue) = 219+152+160=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB98A0 is #24675F. Grayscale: #ACACAC. Windows color (decimal): -2385760 or 10524891. OLE color: 10524891.

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

Color convert

RGB219152160-
CMYK00.310.270.14
HSL352.84º48.2%72.75%-
HSV(B)352.84º30.59%85.88%-
XYZ46.7940.0538.52-
YUV172.94120.7160.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.24%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 160 (62.89% from 255) = 30.13%
R=41.24%
G=28.63%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915216000.310.270.14352.8448.272.75
HexDB98A001F1BE1613049
Octal333230240037331654160111
Binary1101101110011000101000000111111101111101011000011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB98A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB98A0; }

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

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

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

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

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

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

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

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