Html Css Color HEX #DD8975 New York Pink

📋 copy color: '#DD8975'

red 221 ◦ green 137 ◦ blue 117

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

Shades of New York Pink #DD8975

Tints of New York Pink #DD8975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.84%

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

R = 46.53%
G = 28.84%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD8975 (or 0xDD8975) is known color: New York Pink. HEX triplet: DD, 89 and 75. RGB value is (221,137,117). Sum of RGB (Red+Green+Blue) = 221+137+117=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8975 is #22768A. Grayscale: #A0A0A0. Windows color (decimal): -2258571 or 7703005. OLE color: 7703005.

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

Color convert

RGB 221 137 117 -
CMYK 0 0.38 0.47 0.13
HSL 11.54º 0.6% 0.66% -
HSV(B) 11.54º 0.47% 0.87% -
XYZ 41.98 34.55 21.29 -
YUV 159.84 103.83 171.63 -
System Red Green Blue C M Y K H S L
Decimal 221 137 117 0 0.38 0.47 0.13 11.54 0.6 0.66
Hex DD 89 75 0 26 2F D C 3C 42
Octal 335 211 165 0 46 57 15 14 74 102
Binary 11011101 10001001 1110101 0 100110 101111 1101 1100 111100 1000010

Color Harmonies of #DD8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8975

Black with #DD8975

Text Example


Text Example

White with #DD8975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8975; }

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

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

background-color css

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

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

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

border-color css

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

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

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