Html Css Color HEX #DB7969 New York Pink

📋 copy color: '#DB7969'

red 219 ◦ green 121 ◦ blue 105

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

Shades of New York Pink #DB7969

Tints of New York Pink #DB7969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.19%

 BLUE value IS 105 (41.41% from 255) = 23.6%

R = 49.21%
G = 27.19%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB7969 (or 0xDB7969) is known color: New York Pink. HEX triplet: DB, 79 and 69. RGB value is (219,121,105). Sum of RGB (Red+Green+Blue) = 219+121+105=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7969 is #248696. Grayscale: #949494. Windows color (decimal): -2393751 or 6912475. OLE color: 6912475.

HSL color Cylindrical-coordinate representation of color #DB7969: hue angle of 8.42º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB7969 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 121 105 -
CMYK 0 0.45 0.52 0.14
HSL 8.42º 0.61% 0.64% -
HSV(B) 8.42º 0.52% 0.86% -
XYZ 38.6 29.75 17.07 -
YUV 148.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 219 121 105 0 0.45 0.52 0.14 8.42 0.61 0.64
Hex DB 79 69 0 2D 34 E 8 3D 40
Octal 333 171 151 0 55 64 16 10 75 100
Binary 11011011 1111001 1101001 0 101101 110100 1110 1000 111101 1000000

Color Harmonies of #DB7969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7969

Black with #DB7969

Text Example


Text Example

White with #DB7969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7969; }

 p { color: rgb(219,121,105); }

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

background-color css

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

 a { background-color: rgb(219,121,105); }

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

border-color css

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

 span { border-color: rgb(219,121,105); }

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