Html Css Color HEX #DB9F88 Tonys Pink

📋 copy color: '#DB9F88'

red 219 ◦ green 159 ◦ blue 136

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

Shades of Tonys Pink #DB9F88

Tints of Tonys Pink #DB9F88

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.93%

 BLUE value IS 136 (53.52% from 255) = 26.46%

R = 42.61%
G = 30.93%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB9F88 (or 0xDB9F88) is known color: Tonys Pink. HEX triplet: DB, 9F and 88. RGB value is (219,159,136). Sum of RGB (Red+Green+Blue) = 219+159+136=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F88 is #246077. Grayscale: #AEAEAE. Windows color (decimal): -2383992 or 8953819. OLE color: 8953819.

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

Color convert

RGB 219 159 136 -
CMYK 0 0.27 0.38 0.14
HSL 16.63º 0.54% 0.7% -
HSV(B) 16.63º 0.38% 0.86% -
XYZ 46.06 41.63 28.9 -
YUV 174.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 219 159 136 0 0.27 0.38 0.14 16.63 0.54 0.7
Hex DB 9F 88 0 1B 26 E 11 36 46
Octal 333 237 210 0 33 46 16 21 66 106
Binary 11011011 10011111 10001000 0 11011 100110 1110 10001 110110 1000110

Color Harmonies of #DB9F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F88

Black with #DB9F88

Text Example


Text Example

White with #DB9F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F88; }

 p { color: rgb(219,159,136); }

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

background-color css

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

 a { background-color: rgb(219,159,136); }

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

border-color css

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

 span { border-color: rgb(219,159,136); }

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