Html Css Color HEX #DC7F70 New York Pink

📋 copy color: '#DC7F70'

red 220 ◦ green 127 ◦ blue 112

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

Shades of New York Pink #DC7F70

Tints of New York Pink #DC7F70

RGB

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

 GREEN value IS 127 (50% from 255) = 27.67%

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

R = 47.93%
G = 27.67%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC7F70 (or 0xDC7F70) is known color: New York Pink. HEX triplet: DC, 7F and 70. RGB value is (220,127,112). Sum of RGB (Red+Green+Blue) = 220+127+112=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F70 is #23808F. Grayscale: #999999. Windows color (decimal): -2326672 or 7372764. OLE color: 7372764.

HSL color Cylindrical-coordinate representation of color #DC7F70: hue angle of 8.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7F70 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 127 112 -
CMYK 0 0.42 0.49 0.14
HSL 8.33º 0.61% 0.65% -
HSV(B) 8.33º 0.49% 0.86% -
XYZ 40.03 31.56 19.31 -
YUV 153.1 104.81 175.72 -
System Red Green Blue C M Y K H S L
Decimal 220 127 112 0 0.42 0.49 0.14 8.33 0.61 0.65
Hex DC 7F 70 0 2A 31 E 8 3D 41
Octal 334 177 160 0 52 61 16 10 75 101
Binary 11011100 1111111 1110000 0 101010 110001 1110 1000 111101 1000001

Color Harmonies of #DC7F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F70

Black with #DC7F70

Text Example


Text Example

White with #DC7F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F70; }

 p { color: rgb(220,127,112); }

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

background-color css

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

 a { background-color: rgb(220,127,112); }

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

border-color css

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

 span { border-color: rgb(220,127,112); }

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