Html Css Color HEX #DB7A74 New York Pink

📋 copy color: '#DB7A74'

red 219 ◦ green 122 ◦ blue 116

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

Shades of New York Pink #DB7A74

Tints of New York Pink #DB7A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.38%

R = 47.92%
G = 26.7%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB7A74 (or 0xDB7A74) is known color: New York Pink. HEX triplet: DB, 7A and 74. RGB value is (219,122,116). Sum of RGB (Red+Green+Blue) = 219+122+116=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A74 is #24858B. Grayscale: #969696. Windows color (decimal): -2393484 or 7633627. OLE color: 7633627.

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

Color convert

RGB 219 122 116 -
CMYK 0 0.44 0.47 0.14
HSL 3.5º 0.59% 0.66% -
HSV(B) 3.5º 0.47% 0.86% -
XYZ 39.33 30.24 20.29 -
YUV 150.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 219 122 116 0 0.44 0.47 0.14 3.5 0.59 0.66
Hex DB 7A 74 0 2C 2F E 3 3B 42
Octal 333 172 164 0 54 57 16 3 73 102
Binary 11011011 1111010 1110100 0 101100 101111 1110 11 111011 1000010

Color Harmonies of #DB7A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A74

Black with #DB7A74

Text Example


Text Example

White with #DB7A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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