Html Css Color HEX #DB7A6B New York Pink

📋 copy color: '#DB7A6B'

red 219 ◦ green 122 ◦ blue 107

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

Shades of New York Pink #DB7A6B

Tints of New York Pink #DB7A6B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.23%

 BLUE value IS 107 (42.19% from 255) = 23.88%

R = 48.88%
G = 27.23%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB7A6B (or 0xDB7A6B) is known color: New York Pink. HEX triplet: DB, 7A and 6B. RGB value is (219,122,107). Sum of RGB (Red+Green+Blue) = 219+122+107=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A6B is #248594. Grayscale: #959595. Windows color (decimal): -2393493 or 7043803. OLE color: 7043803.

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

Color convert

RGB 219 122 107 -
CMYK 0 0.44 0.51 0.14
HSL 8.04º 0.61% 0.64% -
HSV(B) 8.04º 0.51% 0.86% -
XYZ 38.83 30.04 17.66 -
YUV 149.29 104.14 177.72 -
System Red Green Blue C M Y K H S L
Decimal 219 122 107 0 0.44 0.51 0.14 8.04 0.61 0.64
Hex DB 7A 6B 0 2C 33 E 8 3D 40
Octal 333 172 153 0 54 63 16 10 75 100
Binary 11011011 1111010 1101011 0 101100 110011 1110 1000 111101 1000000

Color Harmonies of #DB7A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A6B

Black with #DB7A6B

Text Example


Text Example

White with #DB7A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A6B; }

 p { color: rgb(219,122,107); }

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

background-color css

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

 a { background-color: rgb(219,122,107); }

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

border-color css

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

 span { border-color: rgb(219,122,107); }

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