Html Css Color HEX #DB7B70 New York Pink

📋 copy color: '#DB7B70'

red 219 ◦ green 123 ◦ blue 112

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

Shades of New York Pink #DB7B70

Tints of New York Pink #DB7B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.67%

R = 48.24%
G = 27.09%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB7B70 (or 0xDB7B70) is known color: New York Pink. HEX triplet: DB, 7B and 70. RGB value is (219,123,112). Sum of RGB (Red+Green+Blue) = 219+123+112=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B70 is #24848F. Grayscale: #969696. Windows color (decimal): -2393232 or 7371739. OLE color: 7371739.

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

Color convert

RGB 219 123 112 -
CMYK 0 0.44 0.49 0.14
HSL 6.17º 0.6% 0.65% -
HSV(B) 6.17º 0.49% 0.86% -
XYZ 39.22 30.4 19.13 -
YUV 150.45 106.3 176.89 -
System Red Green Blue C M Y K H S L
Decimal 219 123 112 0 0.44 0.49 0.14 6.17 0.6 0.65
Hex DB 7B 70 0 2C 31 E 6 3C 41
Octal 333 173 160 0 54 61 16 6 74 101
Binary 11011011 1111011 1110000 0 101100 110001 1110 110 111100 1000001

Color Harmonies of #DB7B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B70

Black with #DB7B70

Text Example


Text Example

White with #DB7B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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