Html Css Color HEX #DD8570 New York Pink

📋 copy color: '#DD8570'

red 221 ◦ green 133 ◦ blue 112

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

Shades of New York Pink #DD8570

Tints of New York Pink #DD8570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.54%

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

R = 47.42%
G = 28.54%
B = 24.03%

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

#DD8570 (or 0xDD8570) is known color: New York Pink. HEX triplet: DD, 85 and 70. RGB value is (221,133,112). Sum of RGB (Red+Green+Blue) = 221+133+112=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8570 is #227A8F. Grayscale: #9D9D9D. Windows color (decimal): -2259600 or 7374301. OLE color: 7374301.

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

Color convert

RGB 221 133 112 -
CMYK 0 0.40 0.49 0.13
HSL 11.56º 0.62% 0.65% -
HSV(B) 11.56º 0.49% 0.87% -
XYZ 41.13 33.32 19.59 -
YUV 156.92 102.65 173.71 -
System Red Green Blue C M Y K H S L
Decimal 221 133 112 0 0.40 0.49 0.13 11.56 0.62 0.65
Hex DD 85 70 0 28 31 D C 3E 41
Octal 335 205 160 0 50 61 15 14 76 101
Binary 11011101 10000101 1110000 0 101000 110001 1101 1100 111110 1000001

Color Harmonies of #DD8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8570

Black with #DD8570

Text Example


Text Example

White with #DD8570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8570; }

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

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

background-color css

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

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

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

border-color css

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

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

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