Html Css Color HEX #DC7E6E New York Pink

📋 copy color: '#DC7E6E'

red 220 ◦ green 126 ◦ blue 110

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

Shades of New York Pink #DC7E6E

Tints of New York Pink #DC7E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.12%

R = 48.25%
G = 27.63%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC7E6E (or 0xDC7E6E) is known color: New York Pink. HEX triplet: DC, 7E and 6E. RGB value is (220,126,110). Sum of RGB (Red+Green+Blue) = 220+126+110=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E6E is #238191. Grayscale: #989898. Windows color (decimal): -2326930 or 7241436. OLE color: 7241436.

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

Color convert

RGB 220 126 110 -
CMYK 0 0.43 0.50 0.14
HSL 8.73º 0.61% 0.65% -
HSV(B) 8.73º 0.5% 0.86% -
XYZ 39.79 31.26 18.69 -
YUV 152.28 104.14 176.3 -
System Red Green Blue C M Y K H S L
Decimal 220 126 110 0 0.43 0.50 0.14 8.73 0.61 0.65
Hex DC 7E 6E 0 2B 32 E 9 3D 41
Octal 334 176 156 0 53 62 16 11 75 101
Binary 11011100 1111110 1101110 0 101011 110010 1110 1001 111101 1000001

Color Harmonies of #DC7E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E6E

Black with #DC7E6E

Text Example


Text Example

White with #DC7E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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