Html Css Color HEX #DB9D8B Tonys Pink

📋 copy color: '#DB9D8B'

red 219 ◦ green 157 ◦ blue 139

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

Shades of Tonys Pink #DB9D8B

Tints of Tonys Pink #DB9D8B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.49%

 BLUE value IS 139 (54.69% from 255) = 26.99%

R = 42.52%
G = 30.49%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB9D8B (or 0xDB9D8B) is known color: Tonys Pink. HEX triplet: DB, 9D and 8B. RGB value is (219,157,139). Sum of RGB (Red+Green+Blue) = 219+157+139=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9D8B is #246274. Grayscale: #ADADAD. Windows color (decimal): -2384501 or 9149915. OLE color: 9149915.

HSL color Cylindrical-coordinate representation of color #DB9D8B: hue angle of 13.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB9D8B is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 157 139 -
CMYK 0 0.28 0.37 0.14
HSL 13.5º 0.53% 0.7% -
HSV(B) 13.5º 0.37% 0.86% -
XYZ 45.93 41.04 29.93 -
YUV 173.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 219 157 139 0 0.28 0.37 0.14 13.5 0.53 0.7
Hex DB 9D 8B 0 1C 25 E E 35 46
Octal 333 235 213 0 34 45 16 16 65 106
Binary 11011011 10011101 10001011 0 11100 100101 1110 1110 110101 1000110

Color Harmonies of #DB9D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D8B

Black with #DB9D8B

Text Example


Text Example

White with #DB9D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D8B; }

 p { color: rgb(219,157,139); }

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

background-color css

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

 a { background-color: rgb(219,157,139); }

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

border-color css

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

 span { border-color: rgb(219,157,139); }

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