Html Css Color HEX #DD7E74 New York Pink

📋 copy color: '#DD7E74'

red 221 ◦ green 126 ◦ blue 116

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

Shades of New York Pink #DD7E74

Tints of New York Pink #DD7E74

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.21%

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

R = 47.73%
G = 27.21%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD7E74 (or 0xDD7E74) is known color: New York Pink. HEX triplet: DD, 7E and 74. RGB value is (221,126,116). Sum of RGB (Red+Green+Blue) = 221+126+116=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E74 is #22818B. Grayscale: #999999. Windows color (decimal): -2261388 or 7634653. OLE color: 7634653.

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

Color convert

RGB 221 126 116 -
CMYK 0 0.43 0.48 0.13
HSL 5.71º 0.61% 0.66% -
HSV(B) 5.71º 0.48% 0.87% -
XYZ 40.43 31.55 20.48 -
YUV 153.27 106.97 176.31 -
System Red Green Blue C M Y K H S L
Decimal 221 126 116 0 0.43 0.48 0.13 5.71 0.61 0.66
Hex DD 7E 74 0 2B 30 D 6 3D 42
Octal 335 176 164 0 53 60 15 6 75 102
Binary 11011101 1111110 1110100 0 101011 110000 1101 110 111101 1000010

Color Harmonies of #DD7E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E74

Black with #DD7E74

Text Example


Text Example

White with #DD7E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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