Html Css Color HEX #DD7E76 New York Pink

📋 copy color: '#DD7E76'

red 221 ◦ green 126 ◦ blue 118

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

Shades of New York Pink #DD7E76

Tints of New York Pink #DD7E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.38%

R = 47.53%
G = 27.1%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD7E76 (or 0xDD7E76) is known color: New York Pink. HEX triplet: DD, 7E and 76. RGB value is (221,126,118). Sum of RGB (Red+Green+Blue) = 221+126+118=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E76 is #228189. Grayscale: #999999. Windows color (decimal): -2261386 or 7765725. OLE color: 7765725.

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

Color convert

RGB 221 126 118 -
CMYK 0 0.43 0.47 0.13
HSL 4.66º 0.6% 0.66% -
HSV(B) 4.66º 0.47% 0.87% -
XYZ 40.55 31.6 21.1 -
YUV 153.49 107.97 176.15 -
System Red Green Blue C M Y K H S L
Decimal 221 126 118 0 0.43 0.47 0.13 4.66 0.6 0.66
Hex DD 7E 76 0 2B 2F D 5 3C 42
Octal 335 176 166 0 53 57 15 5 74 102
Binary 11011101 1111110 1110110 0 101011 101111 1101 101 111100 1000010

Color Harmonies of #DD7E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E76

Black with #DD7E76

Text Example


Text Example

White with #DD7E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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