Html Css Color HEX #DD8076 New York Pink

📋 copy color: '#DD8076'

red 221 ◦ green 128 ◦ blue 118

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

Shades of New York Pink #DD8076

Tints of New York Pink #DD8076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.27%

R = 47.32%
G = 27.41%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD8076 (or 0xDD8076) is known color: New York Pink. HEX triplet: DD, 80 and 76. RGB value is (221,128,118). Sum of RGB (Red+Green+Blue) = 221+128+118=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8076 is #227F89. Grayscale: #9A9A9A. Windows color (decimal): -2260874 or 7766237. OLE color: 7766237.

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

Color convert

RGB 221 128 118 -
CMYK 0 0.42 0.47 0.13
HSL 5.83º 0.6% 0.66% -
HSV(B) 5.83º 0.47% 0.87% -
XYZ 40.81 32.12 21.19 -
YUV 154.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 221 128 118 0 0.42 0.47 0.13 5.83 0.6 0.66
Hex DD 80 76 0 2A 2F D 6 3C 42
Octal 335 200 166 0 52 57 15 6 74 102
Binary 11011101 10000000 1110110 0 101010 101111 1101 110 111100 1000010

Color Harmonies of #DD8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8076

Black with #DD8076

Text Example


Text Example

White with #DD8076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8076; }

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

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

background-color css

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

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

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

border-color css

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

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

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