Html Css Color HEX #DD8077 New York Pink

📋 copy color: '#DD8077'

red 221 ◦ green 128 ◦ blue 119

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

Shades of New York Pink #DD8077

Tints of New York Pink #DD8077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.35%

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

R = 47.22%
G = 27.35%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD8077 (or 0xDD8077) is known color: New York Pink. HEX triplet: DD, 80 and 77. RGB value is (221,128,119). Sum of RGB (Red+Green+Blue) = 221+128+119=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8077 is #227F88. Grayscale: #9A9A9A. Windows color (decimal): -2260873 or 7831773. OLE color: 7831773.

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

Color convert

RGB 221 128 119 -
CMYK 0 0.42 0.46 0.13
HSL 5.29º 0.6% 0.67% -
HSV(B) 5.29º 0.46% 0.87% -
XYZ 40.87 32.14 21.5 -
YUV 154.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 221 128 119 0 0.42 0.46 0.13 5.29 0.6 0.67
Hex DD 80 77 0 2A 2E D 5 3C 43
Octal 335 200 167 0 52 56 15 5 74 103
Binary 11011101 10000000 1110111 0 101010 101110 1101 101 111100 1000011

Color Harmonies of #DD8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8077

Black with #DD8077

Text Example


Text Example

White with #DD8077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8077; }

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

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

background-color css

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

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

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

border-color css

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

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

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