Html Css Color HEX #DD847A New York Pink

📋 copy color: '#DD847A'

red 221 ◦ green 132 ◦ blue 122

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

Shades of New York Pink #DD847A

Tints of New York Pink #DD847A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.68%

R = 46.53%
G = 27.79%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD847A (or 0xDD847A) is known color: New York Pink. HEX triplet: DD, 84 and 7A. RGB value is (221,132,122). Sum of RGB (Red+Green+Blue) = 221+132+122=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD847A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD847A is #227B85. Grayscale: #9D9D9D. Windows color (decimal): -2259846 or 8029405. OLE color: 8029405.

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

Color convert

RGB 221 132 122 -
CMYK 0 0.40 0.45 0.13
HSL 6.06º 0.59% 0.67% -
HSV(B) 6.06º 0.45% 0.87% -
XYZ 41.58 33.28 22.64 -
YUV 157.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 221 132 122 0 0.40 0.45 0.13 6.06 0.59 0.67
Hex DD 84 7A 0 28 2D D 6 3B 43
Octal 335 204 172 0 50 55 15 6 73 103
Binary 11011101 10000100 1111010 0 101000 101101 1101 110 111011 1000011

Color Harmonies of #DD847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD847A

Black with #DD847A

Text Example


Text Example

White with #DD847A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD847A; }

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

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

background-color css

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

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

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

border-color css

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

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

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