Html Css Color HEX #DB7F71 New York Pink

📋 copy color: '#DB7F71'

red 219 ◦ green 127 ◦ blue 113

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

Shades of New York Pink #DB7F71

Tints of New York Pink #DB7F71

RGB

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

 GREEN value IS 127 (50% from 255) = 27.67%

 BLUE value IS 113 (44.53% from 255) = 24.62%

R = 47.71%
G = 27.67%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB7F71 (or 0xDB7F71) is known color: New York Pink. HEX triplet: DB, 7F and 71. RGB value is (219,127,113). Sum of RGB (Red+Green+Blue) = 219+127+113=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F71 is #24808E. Grayscale: #999999. Windows color (decimal): -2392207 or 7438299. OLE color: 7438299.

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

Color convert

RGB 219 127 113 -
CMYK 0 0.42 0.48 0.14
HSL 7.92º 0.6% 0.65% -
HSV(B) 7.92º 0.48% 0.86% -
XYZ 39.78 31.43 19.59 -
YUV 152.91 105.48 175.14 -
System Red Green Blue C M Y K H S L
Decimal 219 127 113 0 0.42 0.48 0.14 7.92 0.6 0.65
Hex DB 7F 71 0 2A 30 E 8 3C 41
Octal 333 177 161 0 52 60 16 10 74 101
Binary 11011011 1111111 1110001 0 101010 110000 1110 1000 111100 1000001

Color Harmonies of #DB7F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F71

Black with #DB7F71

Text Example


Text Example

White with #DB7F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F71; }

 p { color: rgb(219,127,113); }

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

background-color css

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

 a { background-color: rgb(219,127,113); }

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

border-color css

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

 span { border-color: rgb(219,127,113); }

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