Html Css Color HEX #DB7D73 New York Pink

📋 copy color: '#DB7D73'

red 219 ◦ green 125 ◦ blue 115

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

Shades of New York Pink #DB7D73

Tints of New York Pink #DB7D73

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.23%

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

R = 47.71%
G = 27.23%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB7D73 (or 0xDB7D73) is known color: New York Pink. HEX triplet: DB, 7D and 73. RGB value is (219,125,115). Sum of RGB (Red+Green+Blue) = 219+125+115=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D73 is #24828C. Grayscale: #989898. Windows color (decimal): -2392717 or 7568859. OLE color: 7568859.

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

Color convert

RGB 219 125 115 -
CMYK 0 0.43 0.47 0.14
HSL 5.77º 0.59% 0.65% -
HSV(B) 5.77º 0.47% 0.86% -
XYZ 39.64 30.97 20.11 -
YUV 151.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 219 125 115 0 0.43 0.47 0.14 5.77 0.59 0.65
Hex DB 7D 73 0 2B 2F E 6 3B 41
Octal 333 175 163 0 53 57 16 6 73 101
Binary 11011011 1111101 1110011 0 101011 101111 1110 110 111011 1000001

Color Harmonies of #DB7D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7D73

Black with #DB7D73

Text Example


Text Example

White with #DB7D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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