Html Css Color HEX #DD846C New York Pink

📋 copy color: '#DD846C'

red 221 ◦ green 132 ◦ blue 108

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

Shades of New York Pink #DD846C

Tints of New York Pink #DD846C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.43%

R = 47.94%
G = 28.63%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD846C (or 0xDD846C) is known color: New York Pink. HEX triplet: DD, 84 and 6C. RGB value is (221,132,108). Sum of RGB (Red+Green+Blue) = 221+132+108=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD846C is #227B93. Grayscale: #9C9C9C. Windows color (decimal): -2259860 or 7111901. OLE color: 7111901.

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

Color convert

RGB 221 132 108 -
CMYK 0 0.40 0.51 0.13
HSL 12.74º 0.62% 0.65% -
HSV(B) 12.74º 0.51% 0.87% -
XYZ 40.78 32.96 18.4 -
YUV 155.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 221 132 108 0 0.40 0.51 0.13 12.74 0.62 0.65
Hex DD 84 6C 0 28 33 D D 3E 41
Octal 335 204 154 0 50 63 15 15 76 101
Binary 11011101 10000100 1101100 0 101000 110011 1101 1101 111110 1000001

Color Harmonies of #DD846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD846C

Black with #DD846C

Text Example


Text Example

White with #DD846C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD846C; }

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

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

background-color css

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

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

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

border-color css

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

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

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