Html Css Color HEX #DD8373 New York Pink

📋 copy color: '#DD8373'

red 221 ◦ green 131 ◦ blue 115

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

Shades of New York Pink #DD8373

Tints of New York Pink #DD8373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.63%

R = 47.32%
G = 28.05%
B = 24.63%

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

#DD8373 (or 0xDD8373) is known color: New York Pink. HEX triplet: DD, 83 and 73. RGB value is (221,131,115). Sum of RGB (Red+Green+Blue) = 221+131+115=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8373 is #227C8C. Grayscale: #9C9C9C. Windows color (decimal): -2260109 or 7570397. OLE color: 7570397.

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

Color convert

RGB 221 131 115 -
CMYK 0 0.41 0.48 0.13
HSL 9.06º 0.61% 0.66% -
HSV(B) 9.06º 0.48% 0.87% -
XYZ 41.03 32.84 20.4 -
YUV 156.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 221 131 115 0 0.41 0.48 0.13 9.06 0.61 0.66
Hex DD 83 73 0 29 30 D 9 3D 42
Octal 335 203 163 0 51 60 15 11 75 102
Binary 11011101 10000011 1110011 0 101001 110000 1101 1001 111101 1000010

Color Harmonies of #DD8373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8373

Black with #DD8373

Text Example


Text Example

White with #DD8373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8373; }

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

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

background-color css

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

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

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

border-color css

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

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

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