Html Css Color HEX #DD8176 New York Pink

📋 copy color: '#DD8176'

red 221 ◦ green 129 ◦ blue 118

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

Shades of New York Pink #DD8176

Tints of New York Pink #DD8176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.56%

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

R = 47.22%
G = 27.56%
B = 25.21%

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

#DD8176 (or 0xDD8176) is known color: New York Pink. HEX triplet: DD, 81 and 76. RGB value is (221,129,118). Sum of RGB (Red+Green+Blue) = 221+129+118=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8176 is #227E89. Grayscale: #9B9B9B. Windows color (decimal): -2260618 or 7766493. OLE color: 7766493.

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

Color convert

RGB 221 129 118 -
CMYK 0 0.42 0.47 0.13
HSL 6.41º 0.6% 0.66% -
HSV(B) 6.41º 0.47% 0.87% -
XYZ 40.94 32.38 21.23 -
YUV 155.25 106.98 174.89 -
System Red Green Blue C M Y K H S L
Decimal 221 129 118 0 0.42 0.47 0.13 6.41 0.6 0.66
Hex DD 81 76 0 2A 2F D 6 3C 42
Octal 335 201 166 0 52 57 15 6 74 102
Binary 11011101 10000001 1110110 0 101010 101111 1101 110 111100 1000010

Color Harmonies of #DD8176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8176

Black with #DD8176

Text Example


Text Example

White with #DD8176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8176; }

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

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

background-color css

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

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

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

border-color css

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

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

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