Html Css Color HEX #DD8375 New York Pink

📋 copy color: '#DD8375'

red 221 ◦ green 131 ◦ blue 117

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

Shades of New York Pink #DD8375

Tints of New York Pink #DD8375

RGB

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

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

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

R = 47.12%
G = 27.93%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD8375 (or 0xDD8375) is known color: New York Pink. HEX triplet: DD, 83 and 75. RGB value is (221,131,117). Sum of RGB (Red+Green+Blue) = 221+131+117=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8375 is #227C8A. Grayscale: #9C9C9C. Windows color (decimal): -2260107 or 7701469. OLE color: 7701469.

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

Color convert

RGB 221 131 117 -
CMYK 0 0.41 0.47 0.13
HSL 8.08º 0.6% 0.66% -
HSV(B) 8.08º 0.47% 0.87% -
XYZ 41.15 32.89 21.01 -
YUV 156.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 221 131 117 0 0.41 0.47 0.13 8.08 0.6 0.66
Hex DD 83 75 0 29 2F D 8 3C 42
Octal 335 203 165 0 51 57 15 10 74 102
Binary 11011101 10000011 1110101 0 101001 101111 1101 1000 111100 1000010

Color Harmonies of #DD8375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8375

Black with #DD8375

Text Example


Text Example

White with #DD8375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8375; }

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

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

background-color css

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

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

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

border-color css

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

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

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