Html Css Color HEX #DB9F8A Tonys Pink

📋 copy color: '#DB9F8A'

red 219 ◦ green 159 ◦ blue 138

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

Shades of Tonys Pink #DB9F8A

Tints of Tonys Pink #DB9F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.74%

R = 42.44%
G = 30.81%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB9F8A (or 0xDB9F8A) is known color: Tonys Pink. HEX triplet: DB, 9F and 8A. RGB value is (219,159,138). Sum of RGB (Red+Green+Blue) = 219+159+138=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F8A is #246075. Grayscale: #AEAEAE. Windows color (decimal): -2383990 or 9084891. OLE color: 9084891.

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

Color convert

RGB 219 159 138 -
CMYK 0 0.27 0.37 0.14
HSL 15.56º 0.53% 0.7% -
HSV(B) 15.56º 0.37% 0.86% -
XYZ 46.2 41.69 29.66 -
YUV 174.55 107.38 159.71 -
System Red Green Blue C M Y K H S L
Decimal 219 159 138 0 0.27 0.37 0.14 15.56 0.53 0.7
Hex DB 9F 8A 0 1B 25 E 10 35 46
Octal 333 237 212 0 33 45 16 20 65 106
Binary 11011011 10011111 10001010 0 11011 100101 1110 10000 110101 1000110

Color Harmonies of #DB9F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F8A

Black with #DB9F8A

Text Example


Text Example

White with #DB9F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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