Html Css Color HEX #DB7B71 New York Pink

📋 copy color: '#DB7B71'

red 219 ◦ green 123 ◦ blue 113

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

Shades of New York Pink #DB7B71

Tints of New York Pink #DB7B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.03%

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

R = 48.13%
G = 27.03%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB7B71 (or 0xDB7B71) is known color: New York Pink. HEX triplet: DB, 7B and 71. RGB value is (219,123,113). Sum of RGB (Red+Green+Blue) = 219+123+113=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B71 is #24848E. Grayscale: #969696. Windows color (decimal): -2393231 or 7437275. OLE color: 7437275.

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

Color convert

RGB 219 123 113 -
CMYK 0 0.44 0.48 0.14
HSL 5.66º 0.6% 0.65% -
HSV(B) 5.66º 0.48% 0.86% -
XYZ 39.28 30.42 19.42 -
YUV 150.56 106.8 176.81 -
System Red Green Blue C M Y K H S L
Decimal 219 123 113 0 0.44 0.48 0.14 5.66 0.6 0.65
Hex DB 7B 71 0 2C 30 E 6 3C 41
Octal 333 173 161 0 54 60 16 6 74 101
Binary 11011011 1111011 1110001 0 101100 110000 1110 110 111100 1000001

Color Harmonies of #DB7B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B71

Black with #DB7B71

Text Example


Text Example

White with #DB7B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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