Html Css Color HEX #DD8277 New York Pink

📋 copy color: '#DD8277'

red 221 ◦ green 130 ◦ blue 119

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

Shades of New York Pink #DD8277

Tints of New York Pink #DD8277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.66%

 BLUE value IS 119 (46.88% from 255) = 25.32%

R = 47.02%
G = 27.66%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD8277 (or 0xDD8277) is known color: New York Pink. HEX triplet: DD, 82 and 77. RGB value is (221,130,119). Sum of RGB (Red+Green+Blue) = 221+130+119=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8277 is #227D88. Grayscale: #9C9C9C. Windows color (decimal): -2260361 or 7832285. OLE color: 7832285.

HSL color Cylindrical-coordinate representation of color #DD8277: hue angle of 6.47º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD8277 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 130 119 -
CMYK 0 0.41 0.46 0.13
HSL 6.47º 0.6% 0.67% -
HSV(B) 6.47º 0.46% 0.87% -
XYZ 41.13 32.67 21.59 -
YUV 155.96 107.15 174.39 -
System Red Green Blue C M Y K H S L
Decimal 221 130 119 0 0.41 0.46 0.13 6.47 0.6 0.67
Hex DD 82 77 0 29 2E D 6 3C 43
Octal 335 202 167 0 51 56 15 6 74 103
Binary 11011101 10000010 1110111 0 101001 101110 1101 110 111100 1000011

Color Harmonies of #DD8277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8277

Black with #DD8277

Text Example


Text Example

White with #DD8277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8277; }

 p { color: rgb(221,130,119); }

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

background-color css

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

 a { background-color: rgb(221,130,119); }

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

border-color css

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

 span { border-color: rgb(221,130,119); }

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