Html Css Color HEX #DB9E87 Tonys Pink

📋 copy color: '#DB9E87'

red 219 ◦ green 158 ◦ blue 135

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

Shades of Tonys Pink #DB9E87

Tints of Tonys Pink #DB9E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.37%

R = 42.77%
G = 30.86%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB9E87 (or 0xDB9E87) is known color: Tonys Pink. HEX triplet: DB, 9E and 87. RGB value is (219,158,135). Sum of RGB (Red+Green+Blue) = 219+158+135=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9E87 is #246178. Grayscale: #ADADAD. Windows color (decimal): -2384249 or 8888027. OLE color: 8888027.

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

Color convert

RGB 219 158 135 -
CMYK 0 0.28 0.38 0.14
HSL 16.43º 0.54% 0.69% -
HSV(B) 16.43º 0.38% 0.86% -
XYZ 45.81 41.26 28.47 -
YUV 173.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 219 158 135 0 0.28 0.38 0.14 16.43 0.54 0.69
Hex DB 9E 87 0 1C 26 E 10 36 45
Octal 333 236 207 0 34 46 16 20 66 105
Binary 11011011 10011110 10000111 0 11100 100110 1110 10000 110110 1000101

Color Harmonies of #DB9E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E87

Black with #DB9E87

Text Example


Text Example

White with #DB9E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E87; }

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

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

background-color css

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

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

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

border-color css

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

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

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