Html Css Color HEX #DB7D74 New York Pink

📋 copy color: '#DB7D74'

red 219 ◦ green 125 ◦ blue 116

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

Shades of New York Pink #DB7D74

Tints of New York Pink #DB7D74

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.17%

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

R = 47.61%
G = 27.17%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB7D74 (or 0xDB7D74) is known color: New York Pink. HEX triplet: DB, 7D and 74. RGB value is (219,125,116). Sum of RGB (Red+Green+Blue) = 219+125+116=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D74 is #24828B. Grayscale: #989898. Windows color (decimal): -2392716 or 7634395. OLE color: 7634395.

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

Color convert

RGB 219 125 116 -
CMYK 0 0.43 0.47 0.14
HSL 5.24º 0.59% 0.66% -
HSV(B) 5.24º 0.47% 0.86% -
XYZ 39.7 30.99 20.41 -
YUV 152.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 219 125 116 0 0.43 0.47 0.14 5.24 0.59 0.66
Hex DB 7D 74 0 2B 2F E 5 3B 42
Octal 333 175 164 0 53 57 16 5 73 102
Binary 11011011 1111101 1110100 0 101011 101111 1110 101 111011 1000010

Color Harmonies of #DB7D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7D74

Black with #DB7D74

Text Example


Text Example

White with #DB7D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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