Html Css Color HEX #DD8175 New York Pink

📋 copy color: '#DD8175'

red 221 ◦ green 129 ◦ blue 117

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

Shades of New York Pink #DD8175

Tints of New York Pink #DD8175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.05%

R = 47.32%
G = 27.62%
B = 25.05%

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

#DD8175 (or 0xDD8175) is known color: New York Pink. HEX triplet: DD, 81 and 75. RGB value is (221,129,117). Sum of RGB (Red+Green+Blue) = 221+129+117=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8175 is #227E8A. Grayscale: #9B9B9B. Windows color (decimal): -2260619 or 7700957. OLE color: 7700957.

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

Color convert

RGB 221 129 117 -
CMYK 0 0.42 0.47 0.13
HSL 6.92º 0.6% 0.66% -
HSV(B) 6.92º 0.47% 0.87% -
XYZ 40.88 32.36 20.92 -
YUV 155.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 221 129 117 0 0.42 0.47 0.13 6.92 0.6 0.66
Hex DD 81 75 0 2A 2F D 7 3C 42
Octal 335 201 165 0 52 57 15 7 74 102
Binary 11011101 10000001 1110101 0 101010 101111 1101 111 111100 1000010

Color Harmonies of #DD8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8175

Black with #DD8175

Text Example


Text Example

White with #DD8175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8175; }

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

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

background-color css

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

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

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

border-color css

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

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

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