Html Css Color HEX #DD8579 New York Pink

📋 copy color: '#DD8579'

red 221 ◦ green 133 ◦ blue 121

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

Shades of New York Pink #DD8579

Tints of New York Pink #DD8579

RGB

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

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

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

R = 46.53%
G = 28%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD8579 (or 0xDD8579) is known color: New York Pink. HEX triplet: DD, 85 and 79. RGB value is (221,133,121). Sum of RGB (Red+Green+Blue) = 221+133+121=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8579 is #227A86. Grayscale: #9E9E9E. Windows color (decimal): -2259591 or 7964125. OLE color: 7964125.

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

Color convert

RGB 221 133 121 -
CMYK 0 0.40 0.45 0.13
HSL 7.2º 0.6% 0.67% -
HSV(B) 7.2º 0.45% 0.87% -
XYZ 41.66 33.53 22.37 -
YUV 157.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 221 133 121 0 0.40 0.45 0.13 7.2 0.6 0.67
Hex DD 85 79 0 28 2D D 7 3C 43
Octal 335 205 171 0 50 55 15 7 74 103
Binary 11011101 10000101 1111001 0 101000 101101 1101 111 111100 1000011

Color Harmonies of #DD8579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8579

Black with #DD8579

Text Example


Text Example

White with #DD8579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8579; }

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

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

background-color css

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

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

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

border-color css

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

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

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