Html Css Color HEX #DD8374 New York Pink

📋 copy color: '#DD8374'

red 221 ◦ green 131 ◦ blue 116

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

Shades of New York Pink #DD8374

Tints of New York Pink #DD8374

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.99%

 BLUE value IS 116 (45.7% from 255) = 24.79%

R = 47.22%
G = 27.99%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD8374 (or 0xDD8374) is known color: New York Pink. HEX triplet: DD, 83 and 74. RGB value is (221,131,116). Sum of RGB (Red+Green+Blue) = 221+131+116=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8374 is #227C8B. Grayscale: #9C9C9C. Windows color (decimal): -2260108 or 7635933. OLE color: 7635933.

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

Color convert

RGB 221 131 116 -
CMYK 0 0.41 0.48 0.13
HSL 8.57º 0.61% 0.66% -
HSV(B) 8.57º 0.48% 0.87% -
XYZ 41.09 32.87 20.7 -
YUV 156.2 105.32 174.22 -
System Red Green Blue C M Y K H S L
Decimal 221 131 116 0 0.41 0.48 0.13 8.57 0.61 0.66
Hex DD 83 74 0 29 30 D 9 3D 42
Octal 335 203 164 0 51 60 15 11 75 102
Binary 11011101 10000011 1110100 0 101001 110000 1101 1001 111101 1000010

Color Harmonies of #DD8374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8374

Black with #DD8374

Text Example


Text Example

White with #DD8374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8374; }

 p { color: rgb(221,131,116); }

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

background-color css

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

 a { background-color: rgb(221,131,116); }

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

border-color css

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

 span { border-color: rgb(221,131,116); }

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