Html Css Color HEX #DD8470 New York Pink

📋 copy color: '#DD8470'

red 221 ◦ green 132 ◦ blue 112

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

Shades of New York Pink #DD8470

Tints of New York Pink #DD8470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.39%

 BLUE value IS 112 (44.14% from 255) = 24.09%

R = 47.53%
G = 28.39%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD8470 (or 0xDD8470) is known color: New York Pink. HEX triplet: DD, 84 and 70. RGB value is (221,132,112). Sum of RGB (Red+Green+Blue) = 221+132+112=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8470 is #227B8F. Grayscale: #9C9C9C. Windows color (decimal): -2259856 or 7374045. OLE color: 7374045.

HSL color Cylindrical-coordinate representation of color #DD8470: hue angle of 11.01º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD8470 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 132 112 -
CMYK 0 0.40 0.49 0.13
HSL 11.01º 0.62% 0.65% -
HSV(B) 11.01º 0.49% 0.87% -
XYZ 40.99 33.04 19.55 -
YUV 156.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 221 132 112 0 0.40 0.49 0.13 11.01 0.62 0.65
Hex DD 84 70 0 28 31 D B 3E 41
Octal 335 204 160 0 50 61 15 13 76 101
Binary 11011101 10000100 1110000 0 101000 110001 1101 1011 111110 1000001

Color Harmonies of #DD8470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8470

Black with #DD8470

Text Example


Text Example

White with #DD8470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8470; }

 p { color: rgb(221,132,112); }

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

background-color css

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

 a { background-color: rgb(221,132,112); }

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

border-color css

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

 span { border-color: rgb(221,132,112); }

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