Html Css Color HEX #DD7F74 New York Pink

📋 copy color: '#DD7F74'

red 221 ◦ green 127 ◦ blue 116

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

Shades of New York Pink #DD7F74

Tints of New York Pink #DD7F74

RGB

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

 GREEN value IS 127 (50% from 255) = 27.37%

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

R = 47.63%
G = 27.37%
B = 25%

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

#DD7F74 (or 0xDD7F74) is known color: New York Pink. HEX triplet: DD, 7F and 74. RGB value is (221,127,116). Sum of RGB (Red+Green+Blue) = 221+127+116=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F74 is #22808B. Grayscale: #999999. Windows color (decimal): -2261132 or 7634909. OLE color: 7634909.

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

Color convert

RGB 221 127 116 -
CMYK 0 0.43 0.48 0.13
HSL 6.29º 0.61% 0.66% -
HSV(B) 6.29º 0.48% 0.87% -
XYZ 40.56 31.81 20.53 -
YUV 153.85 106.64 175.89 -
System Red Green Blue C M Y K H S L
Decimal 221 127 116 0 0.43 0.48 0.13 6.29 0.61 0.66
Hex DD 7F 74 0 2B 30 D 6 3D 42
Octal 335 177 164 0 53 60 15 6 75 102
Binary 11011101 1111111 1110100 0 101011 110000 1101 110 111101 1000010

Color Harmonies of #DD7F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F74

Black with #DD7F74

Text Example


Text Example

White with #DD7F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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