Html Css Color HEX #DB9E89 Tonys Pink

📋 copy color: '#DB9E89'

red 219 ◦ green 158 ◦ blue 137

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

Shades of Tonys Pink #DB9E89

Tints of Tonys Pink #DB9E89

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.74%

 BLUE value IS 137 (53.91% from 255) = 26.65%

R = 42.61%
G = 30.74%
B = 26.65%

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

#DB9E89 (or 0xDB9E89) is known color: Tonys Pink. HEX triplet: DB, 9E and 89. RGB value is (219,158,137). Sum of RGB (Red+Green+Blue) = 219+158+137=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9E89 is #246176. Grayscale: #ADADAD. Windows color (decimal): -2384247 or 9019099. OLE color: 9019099.

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

Color convert

RGB 219 158 137 -
CMYK 0 0.28 0.37 0.14
HSL 15.37º 0.53% 0.7% -
HSV(B) 15.37º 0.37% 0.86% -
XYZ 45.96 41.32 29.22 -
YUV 173.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 219 158 137 0 0.28 0.37 0.14 15.37 0.53 0.7
Hex DB 9E 89 0 1C 25 E F 35 46
Octal 333 236 211 0 34 45 16 17 65 106
Binary 11011011 10011110 10001001 0 11100 100101 1110 1111 110101 1000110

Color Harmonies of #DB9E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E89

Black with #DB9E89

Text Example


Text Example

White with #DB9E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E89; }

 p { color: rgb(219,158,137); }

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

background-color css

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

 a { background-color: rgb(219,158,137); }

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

border-color css

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

 span { border-color: rgb(219,158,137); }

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