#DB989A

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

Shades of Careys Pink #DB989A

Tints of Careys Pink #DB989A

Color information

#DB989A (or 0xDB989A) is unknown color: approx Careys Pink. HEX triplet: DB, 98 and 9A. RGB value is (219,152,154). Sum of RGB (Red+Green+Blue) = 219+152+154=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB989A is #246765. Grayscale: #ACACAC. Windows color (decimal): -2385766 or 10131675. OLE color: 10131675.

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

Color convert

RGB219152154-
CMYK00.310.300.14
HSL358.21º48.2%72.75%-
HSV(B)358.21º30.59%85.88%-
XYZ46.2739.8535.82-
YUV172.26117.7161.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.71%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 154 (60.55% from 255) = 29.33%
R=41.71%
G=28.95%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915215400.310.300.14358.2148.272.75
HexDB989A01F1EE1663049
Octal333230232037361654660111
Binary1101101110011000100110100111111111011101011001101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB989A; }

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

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

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

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

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

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

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

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