Html Css Color HEX #DB8573 New York Pink

📋 copy color: '#DB8573'

red 219 ◦ green 133 ◦ blue 115

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

Shades of New York Pink #DB8573

Tints of New York Pink #DB8573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.63%

R = 46.9%
G = 28.48%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB8573 (or 0xDB8573) is known color: New York Pink. HEX triplet: DB, 85 and 73. RGB value is (219,133,115). Sum of RGB (Red+Green+Blue) = 219+133+115=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8573 is #247A8C. Grayscale: #9C9C9C. Windows color (decimal): -2390669 or 7570907. OLE color: 7570907.

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

Color convert

RGB 219 133 115 -
CMYK 0 0.39 0.47 0.14
HSL 10.38º 0.59% 0.65% -
HSV(B) 10.38º 0.47% 0.86% -
XYZ 40.7 33.07 20.46 -
YUV 156.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 219 133 115 0 0.39 0.47 0.14 10.38 0.59 0.65
Hex DB 85 73 0 27 2F E A 3B 41
Octal 333 205 163 0 47 57 16 12 73 101
Binary 11011011 10000101 1110011 0 100111 101111 1110 1010 111011 1000001

Color Harmonies of #DB8573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8573

Black with #DB8573

Text Example


Text Example

White with #DB8573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8573; }

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

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

background-color css

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

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

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

border-color css

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

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

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