Html Css Color HEX #DB8579 New York Pink

📋 copy color: '#DB8579'

red 219 ◦ green 133 ◦ blue 121

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

Shades of New York Pink #DB8579

Tints of New York Pink #DB8579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.12%

 BLUE value IS 121 (47.66% from 255) = 25.58%

R = 46.3%
G = 28.12%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB8579 (or 0xDB8579) is known color: New York Pink. HEX triplet: DB, 85 and 79. RGB value is (219,133,121). Sum of RGB (Red+Green+Blue) = 219+133+121=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8579 is #247A86. Grayscale: #9D9D9D. Windows color (decimal): -2390663 or 7964123. OLE color: 7964123.

HSL color Cylindrical-coordinate representation of color #DB8579: hue angle of 7.35º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB8579 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 133 121 -
CMYK 0 0.39 0.45 0.14
HSL 7.35º 0.58% 0.67% -
HSV(B) 7.35º 0.45% 0.86% -
XYZ 41.05 33.22 22.34 -
YUV 157.35 107.49 171.98 -
System Red Green Blue C M Y K H S L
Decimal 219 133 121 0 0.39 0.45 0.14 7.35 0.58 0.67
Hex DB 85 79 0 27 2D E 7 3A 43
Octal 333 205 171 0 47 55 16 7 72 103
Binary 11011011 10000101 1111001 0 100111 101101 1110 111 111010 1000011

Color Harmonies of #DB8579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8579

Black with #DB8579

Text Example


Text Example

White with #DB8579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8579; }

 p { color: rgb(219,133,121); }

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

background-color css

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

 a { background-color: rgb(219,133,121); }

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

border-color css

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

 span { border-color: rgb(219,133,121); }

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