Html Css Color HEX #DC7F75 New York Pink

📋 copy color: '#DC7F75'

red 220 ◦ green 127 ◦ blue 117

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

Shades of New York Pink #DC7F75

Tints of New York Pink #DC7F75

RGB

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

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

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

R = 47.41%
G = 27.37%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC7F75 (or 0xDC7F75) is known color: New York Pink. HEX triplet: DC, 7F and 75. RGB value is (220,127,117). Sum of RGB (Red+Green+Blue) = 220+127+117=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F75 is #23808A. Grayscale: #999999. Windows color (decimal): -2326667 or 7700444. OLE color: 7700444.

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

Color convert

RGB 220 127 117 -
CMYK 0 0.42 0.47 0.14
HSL 5.83º 0.6% 0.66% -
HSV(B) 5.83º 0.47% 0.86% -
XYZ 40.32 31.68 20.82 -
YUV 153.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 220 127 117 0 0.42 0.47 0.14 5.83 0.6 0.66
Hex DC 7F 75 0 2A 2F E 6 3C 42
Octal 334 177 165 0 52 57 16 6 74 102
Binary 11011100 1111111 1110101 0 101010 101111 1110 110 111100 1000010

Color Harmonies of #DC7F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F75

Black with #DC7F75

Text Example


Text Example

White with #DC7F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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