Html Css Color HEX #DD7C74 New York Pink

📋 copy color: '#DD7C74'

red 221 ◦ green 124 ◦ blue 116

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

Shades of New York Pink #DD7C74

Tints of New York Pink #DD7C74

RGB

 RED value IS 221 (86.72% from 255) = 47.94%

 GREEN value IS 124 (48.83% from 255) = 26.9%

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

R = 47.94%
G = 26.9%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD7C74 (or 0xDD7C74) is known color: New York Pink. HEX triplet: DD, 7C and 74. RGB value is (221,124,116). Sum of RGB (Red+Green+Blue) = 221+124+116=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C74 is #22838B. Grayscale: #989898. Windows color (decimal): -2261900 or 7634141. OLE color: 7634141.

HSL color Cylindrical-coordinate representation of color #DD7C74: hue angle of 4.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7C74 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 124 116 -
CMYK 0 0.44 0.48 0.13
HSL 4.57º 0.61% 0.66% -
HSV(B) 4.57º 0.48% 0.87% -
XYZ 40.18 31.05 20.4 -
YUV 152.09 107.64 177.15 -
System Red Green Blue C M Y K H S L
Decimal 221 124 116 0 0.44 0.48 0.13 4.57 0.61 0.66
Hex DD 7C 74 0 2C 30 D 5 3D 42
Octal 335 174 164 0 54 60 15 5 75 102
Binary 11011101 1111100 1110100 0 101100 110000 1101 101 111101 1000010

Color Harmonies of #DD7C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C74

Black with #DD7C74

Text Example


Text Example

White with #DD7C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C74; }

 p { color: rgb(221,124,116); }

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

background-color css

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

 a { background-color: rgb(221,124,116); }

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

border-color css

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

 span { border-color: rgb(221,124,116); }

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