Html Css Color HEX #DC7C75 New York Pink

📋 copy color: '#DC7C75'

red 220 ◦ green 124 ◦ blue 117

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

Shades of New York Pink #DC7C75

Tints of New York Pink #DC7C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.9%

 BLUE value IS 117 (46.09% from 255) = 25.38%

R = 47.72%
G = 26.9%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC7C75 (or 0xDC7C75) is known color: New York Pink. HEX triplet: DC, 7C and 75. RGB value is (220,124,117). Sum of RGB (Red+Green+Blue) = 220+124+117=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C75 is #23838A. Grayscale: #989898. Windows color (decimal): -2327435 or 7699676. OLE color: 7699676.

HSL color Cylindrical-coordinate representation of color #DC7C75: hue angle of 4.08º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7C75 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 124 117 -
CMYK 0 0.44 0.47 0.14
HSL 4.08º 0.6% 0.66% -
HSV(B) 4.08º 0.47% 0.86% -
XYZ 39.93 30.92 20.69 -
YUV 151.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 220 124 117 0 0.44 0.47 0.14 4.08 0.6 0.66
Hex DC 7C 75 0 2C 2F E 4 3C 42
Octal 334 174 165 0 54 57 16 4 74 102
Binary 11011100 1111100 1110101 0 101100 101111 1110 100 111100 1000010

Color Harmonies of #DC7C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7C75

Black with #DC7C75

Text Example


Text Example

White with #DC7C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7C75; }

 p { color: rgb(220,124,117); }

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

background-color css

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

 a { background-color: rgb(220,124,117); }

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

border-color css

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

 span { border-color: rgb(220,124,117); }

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