Html Css Color HEX #DB8C89 My Pink

📋 copy color: '#DB8C89'

red 219 ◦ green 140 ◦ blue 137

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

Shades of My Pink #DB8C89

Tints of My Pink #DB8C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.23%

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

R = 44.15%
G = 28.23%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB8C89 (or 0xDB8C89) is known color: My Pink. HEX triplet: DB, 8C and 89. RGB value is (219,140,137). Sum of RGB (Red+Green+Blue) = 219+140+137=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8C89 is #247376. Grayscale: #A3A3A3. Windows color (decimal): -2388855 or 9014491. OLE color: 9014491.

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

Color convert

RGB 219 140 137 -
CMYK 0 0.36 0.37 0.14
HSL 2.2º 0.53% 0.7% -
HSV(B) 2.2º 0.37% 0.86% -
XYZ 43.11 35.62 28.27 -
YUV 163.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 219 140 137 0 0.36 0.37 0.14 2.2 0.53 0.7
Hex DB 8C 89 0 24 25 E 2 35 46
Octal 333 214 211 0 44 45 16 2 65 106
Binary 11011011 10001100 10001001 0 100100 100101 1110 10 110101 1000110

Color Harmonies of #DB8C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8C89

Black with #DB8C89

Text Example


Text Example

White with #DB8C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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