Html Css Color HEX #DD8372 New York Pink

📋 copy color: '#DD8372'

red 221 ◦ green 131 ◦ blue 114

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

Shades of New York Pink #DD8372

Tints of New York Pink #DD8372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.46%

R = 47.42%
G = 28.11%
B = 24.46%

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

#DD8372 (or 0xDD8372) is known color: New York Pink. HEX triplet: DD, 83 and 72. RGB value is (221,131,114). Sum of RGB (Red+Green+Blue) = 221+131+114=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8372 is #227C8D. Grayscale: #9C9C9C. Windows color (decimal): -2260110 or 7504861. OLE color: 7504861.

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

Color convert

RGB 221 131 114 -
CMYK 0 0.41 0.48 0.13
HSL 9.53º 0.61% 0.66% -
HSV(B) 9.53º 0.48% 0.87% -
XYZ 40.97 32.82 20.09 -
YUV 155.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 221 131 114 0 0.41 0.48 0.13 9.53 0.61 0.66
Hex DD 83 72 0 29 30 D A 3D 42
Octal 335 203 162 0 51 60 15 12 75 102
Binary 11011101 10000011 1110010 0 101001 110000 1101 1010 111101 1000010

Color Harmonies of #DD8372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8372

Black with #DD8372

Text Example


Text Example

White with #DD8372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8372; }

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

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

background-color css

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

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

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

border-color css

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

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

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