Html Css Color HEX #DD7D74 New York Pink

📋 copy color: '#DD7D74'

red 221 ◦ green 125 ◦ blue 116

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

Shades of New York Pink #DD7D74

Tints of New York Pink #DD7D74

RGB

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

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

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

R = 47.84%
G = 27.06%
B = 25.11%

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

#DD7D74 (or 0xDD7D74) is known color: New York Pink. HEX triplet: DD, 7D and 74. RGB value is (221,125,116). Sum of RGB (Red+Green+Blue) = 221+125+116=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D74 is #22828B. Grayscale: #989898. Windows color (decimal): -2261644 or 7634397. OLE color: 7634397.

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

Color convert

RGB 221 125 116 -
CMYK 0 0.43 0.48 0.13
HSL 5.14º 0.61% 0.66% -
HSV(B) 5.14º 0.48% 0.87% -
XYZ 40.3 31.3 20.44 -
YUV 152.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 221 125 116 0 0.43 0.48 0.13 5.14 0.61 0.66
Hex DD 7D 74 0 2B 30 D 5 3D 42
Octal 335 175 164 0 53 60 15 5 75 102
Binary 11011101 1111101 1110100 0 101011 110000 1101 101 111101 1000010

Color Harmonies of #DD7D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D74

Black with #DD7D74

Text Example


Text Example

White with #DD7D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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