Html Css Color HEX #DB8578 New York Pink

📋 copy color: '#DB8578'

red 219 ◦ green 133 ◦ blue 120

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

Shades of New York Pink #DB8578

Tints of New York Pink #DB8578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.42%

R = 46.4%
G = 28.18%
B = 25.42%

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

#DB8578 (or 0xDB8578) is known color: New York Pink. HEX triplet: DB, 85 and 78. RGB value is (219,133,120). Sum of RGB (Red+Green+Blue) = 219+133+120=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8578 is #247A87. Grayscale: #9D9D9D. Windows color (decimal): -2390664 or 7898587. OLE color: 7898587.

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

Color convert

RGB 219 133 120 -
CMYK 0 0.39 0.45 0.14
HSL 7.88º 0.58% 0.66% -
HSV(B) 7.88º 0.45% 0.86% -
XYZ 40.99 33.19 22.02 -
YUV 157.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 219 133 120 0 0.39 0.45 0.14 7.88 0.58 0.66
Hex DB 85 78 0 27 2D E 8 3A 42
Octal 333 205 170 0 47 55 16 10 72 102
Binary 11011011 10000101 1111000 0 100111 101101 1110 1000 111010 1000010

Color Harmonies of #DB8578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8578

Black with #DB8578

Text Example


Text Example

White with #DB8578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8578; }

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

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

background-color css

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

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

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

border-color css

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

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

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