#DB989F

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

Shades of Careys Pink #DB989F

Tints of Careys Pink #DB989F

Color information

#DB989F (or 0xDB989F) is unknown color: approx Careys Pink. HEX triplet: DB, 98 and 9F. RGB value is (219,152,159). Sum of RGB (Red+Green+Blue) = 219+152+159=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB989F is #246760. Grayscale: #ACACAC. Windows color (decimal): -2385761 or 10459355. OLE color: 10459355.

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

Color convert

RGB219152159-
CMYK00.310.270.14
HSL353.73º48.2%72.75%-
HSV(B)353.73º30.59%85.88%-
XYZ46.740.0238.06-
YUV172.83120.2160.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.32%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 159 (62.5% from 255) = 30%
R=41.32%
G=28.68%
B=30%

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
Decimal21915215900.310.270.14353.7348.272.75
HexDB989F01F1BE1623049
Octal333230237037331654260111
Binary1101101110011000100111110111111101111101011000101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB989F; }

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

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

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

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

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

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

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

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