Html Css Color HEX #DB7A6A New York Pink

📋 copy color: '#DB7A6A'

red 219 ◦ green 122 ◦ blue 106

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

Shades of New York Pink #DB7A6A

Tints of New York Pink #DB7A6A

RGB

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

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

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

R = 48.99%
G = 27.29%
B = 23.71%

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

#DB7A6A (or 0xDB7A6A) is known color: New York Pink. HEX triplet: DB, 7A and 6A. RGB value is (219,122,106). Sum of RGB (Red+Green+Blue) = 219+122+106=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A6A is #248595. Grayscale: #959595. Windows color (decimal): -2393494 or 6978267. OLE color: 6978267.

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

Color convert

RGB 219 122 106 -
CMYK 0 0.44 0.52 0.14
HSL 8.5º 0.61% 0.64% -
HSV(B) 8.5º 0.52% 0.86% -
XYZ 38.77 30.02 17.39 -
YUV 149.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 219 122 106 0 0.44 0.52 0.14 8.5 0.61 0.64
Hex DB 7A 6A 0 2C 34 E 8 3D 40
Octal 333 172 152 0 54 64 16 10 75 100
Binary 11011011 1111010 1101010 0 101100 110100 1110 1000 111101 1000000

Color Harmonies of #DB7A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A6A

Black with #DB7A6A

Text Example


Text Example

White with #DB7A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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