Html Css Color HEX #DB999B Careys Pink

📋 copy color: '#DB999B'

red 219 ◦ green 153 ◦ blue 155

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

Shades of Careys Pink #DB999B

Tints of Careys Pink #DB999B

RGB

 RED value IS 219 (85.94% from 255) = 41.56%

 GREEN value IS 153 (60.16% from 255) = 29.03%

 BLUE value IS 155 (60.94% from 255) = 29.41%

R = 41.56%
G = 29.03%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB999B (or 0xDB999B) is known color: Careys Pink. HEX triplet: DB, 99 and 9B. RGB value is (219,153,155). Sum of RGB (Red+Green+Blue) = 219+153+155=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB999B is #246664. Grayscale: #ADADAD. Windows color (decimal): -2385509 or 10197467. OLE color: 10197467.

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

Color convert

RGB 219 153 155 -
CMYK 0 0.30 0.29 0.14
HSL 358.18º 0.48% 0.73% -
HSV(B) 358.18º 0.3% 0.86% -
XYZ 46.52 40.21 36.32 -
YUV 172.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 219 153 155 0 0.30 0.29 0.14 358.18 0.48 0.73
Hex DB 99 9B 0 1E 1D E 166 30 49
Octal 333 231 233 0 36 35 16 546 60 111
Binary 11011011 10011001 10011011 0 11110 11101 1110 101100110 110000 1001001

Color Harmonies of #DB999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB999B

Black with #DB999B

Text Example


Text Example

White with #DB999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB999B; }

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

 H1.HeaderClassName
 {
   color: #DB999B;
 }
 .AnyTagClassName
 {
   color: #DB999B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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