Html Css Color HEX #DB7E72 New York Pink

📋 copy color: '#DB7E72'

red 219 ◦ green 126 ◦ blue 114

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

Shades of New York Pink #DB7E72

Tints of New York Pink #DB7E72

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.45%

 BLUE value IS 114 (44.92% from 255) = 24.84%

R = 47.71%
G = 27.45%
B = 24.84%

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

#DB7E72 (or 0xDB7E72) is known color: New York Pink. HEX triplet: DB, 7E and 72. RGB value is (219,126,114). Sum of RGB (Red+Green+Blue) = 219+126+114=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E72 is #24818D. Grayscale: #989898. Windows color (decimal): -2392462 or 7503579. OLE color: 7503579.

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

Color convert

RGB 219 126 114 -
CMYK 0 0.42 0.48 0.14
HSL 6.86º 0.59% 0.65% -
HSV(B) 6.86º 0.48% 0.86% -
XYZ 39.71 31.2 19.85 -
YUV 152.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 219 126 114 0 0.42 0.48 0.14 6.86 0.59 0.65
Hex DB 7E 72 0 2A 30 E 7 3B 41
Octal 333 176 162 0 52 60 16 7 73 101
Binary 11011011 1111110 1110010 0 101010 110000 1110 111 111011 1000001

Color Harmonies of #DB7E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7E72

Black with #DB7E72

Text Example


Text Example

White with #DB7E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7E72; }

 p { color: rgb(219,126,114); }

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

background-color css

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

 a { background-color: rgb(219,126,114); }

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

border-color css

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

 span { border-color: rgb(219,126,114); }

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