Html Css Color HEX #DB999C Careys Pink

📋 copy color: '#DB999C'

red 219 ◦ green 153 ◦ blue 156

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

Shades of Careys Pink #DB999C

Tints of Careys Pink #DB999C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.55%

R = 41.48%
G = 28.98%
B = 29.55%

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

#DB999C (or 0xDB999C) is known color: Careys Pink. HEX triplet: DB, 99 and 9C. RGB value is (219,153,156). Sum of RGB (Red+Green+Blue) = 219+153+156=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB999C is #246663. Grayscale: #ADADAD. Windows color (decimal): -2385508 or 10263003. OLE color: 10263003.

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

Color convert

RGB 219 153 156 -
CMYK 0 0.30 0.29 0.14
HSL 357.27º 0.48% 0.73% -
HSV(B) 357.27º 0.3% 0.86% -
XYZ 46.61 40.24 36.76 -
YUV 173.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 219 153 156 0 0.30 0.29 0.14 357.27 0.48 0.73
Hex DB 99 9C 0 1E 1D E 165 30 49
Octal 333 231 234 0 36 35 16 545 60 111
Binary 11011011 10011001 10011100 0 11110 11101 1110 101100101 110000 1001001

Color Harmonies of #DB999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB999C

Black with #DB999C

Text Example


Text Example

White with #DB999C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB999C; }

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

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

background-color css

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

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

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

border-color css

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

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

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