Html Css Color HEX #DC847A New York Pink

📋 copy color: '#DC847A'

red 220 ◦ green 132 ◦ blue 122

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

Shades of New York Pink #DC847A

Tints of New York Pink #DC847A

RGB

 RED value IS 220 (86.33% from 255) = 46.41%

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

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

R = 46.41%
G = 27.85%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC847A (or 0xDC847A) is known color: New York Pink. HEX triplet: DC, 84 and 7A. RGB value is (220,132,122). Sum of RGB (Red+Green+Blue) = 220+132+122=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC847A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC847A is #237B85. Grayscale: #9D9D9D. Windows color (decimal): -2325382 or 8029404. OLE color: 8029404.

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

Color convert

RGB 220 132 122 -
CMYK 0 0.40 0.45 0.14
HSL 6.12º 0.58% 0.67% -
HSV(B) 6.12º 0.45% 0.86% -
XYZ 41.28 33.12 22.63 -
YUV 157.17 108.15 172.81 -
System Red Green Blue C M Y K H S L
Decimal 220 132 122 0 0.40 0.45 0.14 6.12 0.58 0.67
Hex DC 84 7A 0 28 2D E 6 3A 43
Octal 334 204 172 0 50 55 16 6 72 103
Binary 11011100 10000100 1111010 0 101000 101101 1110 110 111010 1000011

Color Harmonies of #DC847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC847A

Black with #DC847A

Text Example


Text Example

White with #DC847A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC847A; }

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

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

background-color css

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

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

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

border-color css

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

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

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