Html Css Color HEX #DB7B6A New York Pink

📋 copy color: '#DB7B6A'

red 219 ◦ green 123 ◦ blue 106

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

Shades of New York Pink #DB7B6A

Tints of New York Pink #DB7B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.66%

R = 48.88%
G = 27.46%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB7B6A (or 0xDB7B6A) is known color: New York Pink. HEX triplet: DB, 7B and 6A. RGB value is (219,123,106). Sum of RGB (Red+Green+Blue) = 219+123+106=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B6A is #248495. Grayscale: #959595. Windows color (decimal): -2393238 or 6978523. OLE color: 6978523.

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

Color convert

RGB 219 123 106 -
CMYK 0 0.44 0.52 0.14
HSL 9.03º 0.61% 0.64% -
HSV(B) 9.03º 0.52% 0.86% -
XYZ 38.9 30.27 17.43 -
YUV 149.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 219 123 106 0 0.44 0.52 0.14 9.03 0.61 0.64
Hex DB 7B 6A 0 2C 34 E 9 3D 40
Octal 333 173 152 0 54 64 16 11 75 100
Binary 11011011 1111011 1101010 0 101100 110100 1110 1001 111101 1000000

Color Harmonies of #DB7B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B6A

Black with #DB7B6A

Text Example


Text Example

White with #DB7B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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