Html Css Color HEX #DB989F Careys Pink

📋 copy color: '#DB989F'

red 219 ◦ green 152 ◦ blue 159

#DB989F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #DB989F

Tints of Careys Pink #DB989F

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 value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB989F (or 0xDB989F) is known color: 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

RGB 219 152 159 -
CMYK 0 0.31 0.27 0.14
HSL 353.73º 0.48% 0.73% -
HSV(B) 353.73º 0.31% 0.86% -
XYZ 46.7 40.02 38.06 -
YUV 172.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 219 152 159 0 0.31 0.27 0.14 353.73 0.48 0.73
Hex DB 98 9F 0 1F 1B E 162 30 49
Octal 333 230 237 0 37 33 16 542 60 111
Binary 11011011 10011000 10011111 0 11111 11011 1110 101100010 110000 1001001

Color Harmonies of #DB989F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB989F

Black with #DB989F

Text Example


Text Example

White with #DB989F

Text Example


Text Example

HTML Codes & Css Web 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>