Html Css Color HEX #DB7A6C New York Pink

📋 copy color: '#DB7A6C'

red 219 ◦ green 122 ◦ blue 108

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

Shades of New York Pink #DB7A6C

Tints of New York Pink #DB7A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.05%

R = 48.78%
G = 27.17%
B = 24.05%

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

#DB7A6C (or 0xDB7A6C) is known color: New York Pink. HEX triplet: DB, 7A and 6C. RGB value is (219,122,108). Sum of RGB (Red+Green+Blue) = 219+122+108=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A6C is #248593. Grayscale: #959595. Windows color (decimal): -2393492 or 7109339. OLE color: 7109339.

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

Color convert

RGB 219 122 108 -
CMYK 0 0.44 0.51 0.14
HSL 7.57º 0.61% 0.64% -
HSV(B) 7.57º 0.51% 0.86% -
XYZ 38.88 30.06 17.94 -
YUV 149.41 104.64 177.64 -
System Red Green Blue C M Y K H S L
Decimal 219 122 108 0 0.44 0.51 0.14 7.57 0.61 0.64
Hex DB 7A 6C 0 2C 33 E 8 3D 40
Octal 333 172 154 0 54 63 16 10 75 100
Binary 11011011 1111010 1101100 0 101100 110011 1110 1000 111101 1000000

Color Harmonies of #DB7A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A6C

Black with #DB7A6C

Text Example


Text Example

White with #DB7A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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