Html Css Color HEX #DC7E75 New York Pink

📋 copy color: '#DC7E75'

red 220 ◦ green 126 ◦ blue 117

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

Shades of New York Pink #DC7E75

Tints of New York Pink #DC7E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.21%

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

R = 47.52%
G = 27.21%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC7E75 (or 0xDC7E75) is known color: New York Pink. HEX triplet: DC, 7E and 75. RGB value is (220,126,117). Sum of RGB (Red+Green+Blue) = 220+126+117=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E75 is #23818A. Grayscale: #999999. Windows color (decimal): -2326923 or 7700188. OLE color: 7700188.

HSL color Cylindrical-coordinate representation of color #DC7E75: hue angle of 5.24º 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 #DC7E75 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 126 117 -
CMYK 0 0.43 0.47 0.14
HSL 5.24º 0.6% 0.66% -
HSV(B) 5.24º 0.47% 0.86% -
XYZ 40.19 31.42 20.78 -
YUV 153.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 220 126 117 0 0.43 0.47 0.14 5.24 0.6 0.66
Hex DC 7E 75 0 2B 2F E 5 3C 42
Octal 334 176 165 0 53 57 16 5 74 102
Binary 11011100 1111110 1110101 0 101011 101111 1110 101 111100 1000010

Color Harmonies of #DC7E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E75

Black with #DC7E75

Text Example


Text Example

White with #DC7E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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