Html Css Color HEX #DD8879 New York Pink

📋 copy color: '#DD8879'

red 221 ◦ green 136 ◦ blue 121

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

Shades of New York Pink #DD8879

Tints of New York Pink #DD8879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.45%

 BLUE value IS 121 (47.66% from 255) = 25.31%

R = 46.23%
G = 28.45%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD8879 (or 0xDD8879) is known color: New York Pink. HEX triplet: DD, 88 and 79. RGB value is (221,136,121). Sum of RGB (Red+Green+Blue) = 221+136+121=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8879 is #227786. Grayscale: #9F9F9F. Windows color (decimal): -2258823 or 7964893. OLE color: 7964893.

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

Color convert

RGB 221 136 121 -
CMYK 0 0.38 0.45 0.13
HSL 0.6% 0.67% -
HSV(B) 0.45% 0.87% -
XYZ 42.07 34.36 22.5 -
YUV 159.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 221 136 121 0 0.38 0.45 0.13 9 0.6 0.67
Hex DD 88 79 0 26 2D D 9 3C 43
Octal 335 210 171 0 46 55 15 11 74 103
Binary 11011101 10001000 1111001 0 100110 101101 1101 1001 111100 1000011

Color Harmonies of #DD8879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8879

Black with #DD8879

Text Example


Text Example

White with #DD8879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8879; }

 p { color: rgb(221,136,121); }

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

background-color css

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

 a { background-color: rgb(221,136,121); }

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

border-color css

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

 span { border-color: rgb(221,136,121); }

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