Html Css Color HEX #DD7C72 New York Pink

📋 copy color: '#DD7C72'

red 221 ◦ green 124 ◦ blue 114

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

Shades of New York Pink #DD7C72

Tints of New York Pink #DD7C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.84%

R = 48.15%
G = 27.02%
B = 24.84%

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

#DD7C72 (or 0xDD7C72) is known color: New York Pink. HEX triplet: DD, 7C and 72. RGB value is (221,124,114). Sum of RGB (Red+Green+Blue) = 221+124+114=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C72 is #22838D. Grayscale: #979797. Windows color (decimal): -2261902 or 7503069. OLE color: 7503069.

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

Color convert

RGB 221 124 114 -
CMYK 0 0.44 0.48 0.13
HSL 5.61º 0.61% 0.66% -
HSV(B) 5.61º 0.48% 0.87% -
XYZ 40.06 31 19.79 -
YUV 151.86 106.64 177.31 -
System Red Green Blue C M Y K H S L
Decimal 221 124 114 0 0.44 0.48 0.13 5.61 0.61 0.66
Hex DD 7C 72 0 2C 30 D 6 3D 42
Octal 335 174 162 0 54 60 15 6 75 102
Binary 11011101 1111100 1110010 0 101100 110000 1101 110 111101 1000010

Color Harmonies of #DD7C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C72

Black with #DD7C72

Text Example


Text Example

White with #DD7C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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