Html Css Color HEX #DB7B72 New York Pink

📋 copy color: '#DB7B72'

red 219 ◦ green 123 ◦ blue 114

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

Shades of New York Pink #DB7B72

Tints of New York Pink #DB7B72

RGB

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

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

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

R = 48.03%
G = 26.97%
B = 25%

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

#DB7B72 (or 0xDB7B72) is known color: New York Pink. HEX triplet: DB, 7B and 72. RGB value is (219,123,114). Sum of RGB (Red+Green+Blue) = 219+123+114=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B72 is #24848D. Grayscale: #969696. Windows color (decimal): -2393230 or 7502811. OLE color: 7502811.

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

Color convert

RGB 219 123 114 -
CMYK 0 0.44 0.48 0.14
HSL 5.14º 0.59% 0.65% -
HSV(B) 5.14º 0.48% 0.86% -
XYZ 39.33 30.44 19.72 -
YUV 150.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 219 123 114 0 0.44 0.48 0.14 5.14 0.59 0.65
Hex DB 7B 72 0 2C 30 E 5 3B 41
Octal 333 173 162 0 54 60 16 5 73 101
Binary 11011011 1111011 1110010 0 101100 110000 1110 101 111011 1000001

Color Harmonies of #DB7B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B72

Black with #DB7B72

Text Example


Text Example

White with #DB7B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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