Html Css Color HEX #DB7F74 New York Pink

📋 copy color: '#DB7F74'

red 219 ◦ green 127 ◦ blue 116

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

Shades of New York Pink #DB7F74

Tints of New York Pink #DB7F74

RGB

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

 GREEN value IS 127 (50% from 255) = 27.49%

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

R = 47.4%
G = 27.49%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB7F74 (or 0xDB7F74) is known color: New York Pink. HEX triplet: DB, 7F and 74. RGB value is (219,127,116). Sum of RGB (Red+Green+Blue) = 219+127+116=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F74 is #24808B. Grayscale: #999999. Windows color (decimal): -2392204 or 7634907. OLE color: 7634907.

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

Color convert

RGB 219 127 116 -
CMYK 0 0.42 0.47 0.14
HSL 6.41º 0.59% 0.66% -
HSV(B) 6.41º 0.47% 0.86% -
XYZ 39.96 31.5 20.5 -
YUV 153.25 106.98 174.89 -
System Red Green Blue C M Y K H S L
Decimal 219 127 116 0 0.42 0.47 0.14 6.41 0.59 0.66
Hex DB 7F 74 0 2A 2F E 6 3B 42
Octal 333 177 164 0 52 57 16 6 73 102
Binary 11011011 1111111 1110100 0 101010 101111 1110 110 111011 1000010

Color Harmonies of #DB7F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F74

Black with #DB7F74

Text Example


Text Example

White with #DB7F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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