Html Css Color HEX #DD8577 New York Pink

📋 copy color: '#DD8577'

red 221 ◦ green 133 ◦ blue 119

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

Shades of New York Pink #DD8577

Tints of New York Pink #DD8577

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.12%

 BLUE value IS 119 (46.88% from 255) = 25.16%

R = 46.72%
G = 28.12%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD8577 (or 0xDD8577) is known color: New York Pink. HEX triplet: DD, 85 and 77. RGB value is (221,133,119). Sum of RGB (Red+Green+Blue) = 221+133+119=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8577 is #227A88. Grayscale: #9D9D9D. Windows color (decimal): -2259593 or 7833053. OLE color: 7833053.

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

Color convert

RGB 221 133 119 -
CMYK 0 0.40 0.46 0.13
HSL 8.24º 0.6% 0.67% -
HSV(B) 8.24º 0.46% 0.87% -
XYZ 41.54 33.48 21.73 -
YUV 157.72 106.15 173.14 -
System Red Green Blue C M Y K H S L
Decimal 221 133 119 0 0.40 0.46 0.13 8.24 0.6 0.67
Hex DD 85 77 0 28 2E D 8 3C 43
Octal 335 205 167 0 50 56 15 10 74 103
Binary 11011101 10000101 1110111 0 101000 101110 1101 1000 111100 1000011

Color Harmonies of #DD8577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8577

Black with #DD8577

Text Example


Text Example

White with #DD8577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8577; }

 p { color: rgb(221,133,119); }

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

background-color css

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

 a { background-color: rgb(221,133,119); }

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

border-color css

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

 span { border-color: rgb(221,133,119); }

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