Html Css Color HEX #DB9F87 Tonys Pink

📋 copy color: '#DB9F87'

red 219 ◦ green 159 ◦ blue 135

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

Shades of Tonys Pink #DB9F87

Tints of Tonys Pink #DB9F87

RGB

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

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

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

R = 42.69%
G = 30.99%
B = 26.32%

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

#DB9F87 (or 0xDB9F87) is known color: Tonys Pink. HEX triplet: DB, 9F and 87. RGB value is (219,159,135). Sum of RGB (Red+Green+Blue) = 219+159+135=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F87 is #246078. Grayscale: #AEAEAE. Windows color (decimal): -2383993 or 8888283. OLE color: 8888283.

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

Color convert

RGB 219 159 135 -
CMYK 0 0.27 0.38 0.14
HSL 17.14º 0.54% 0.69% -
HSV(B) 17.14º 0.38% 0.86% -
XYZ 45.98 41.61 28.53 -
YUV 174.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 219 159 135 0 0.27 0.38 0.14 17.14 0.54 0.69
Hex DB 9F 87 0 1B 26 E 11 36 45
Octal 333 237 207 0 33 46 16 21 66 105
Binary 11011011 10011111 10000111 0 11011 100110 1110 10001 110110 1000101

Color Harmonies of #DB9F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F87

Black with #DB9F87

Text Example


Text Example

White with #DB9F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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