Html Css Color HEX #DC7E6B New York Pink

📋 copy color: '#DC7E6B'

red 220 ◦ green 126 ◦ blue 107

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

Shades of New York Pink #DC7E6B

Tints of New York Pink #DC7E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.62%

R = 48.57%
G = 27.81%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC7E6B (or 0xDC7E6B) is known color: New York Pink. HEX triplet: DC, 7E and 6B. RGB value is (220,126,107). Sum of RGB (Red+Green+Blue) = 220+126+107=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E6B is #238194. Grayscale: #989898. Windows color (decimal): -2326933 or 7044828. OLE color: 7044828.

HSL color Cylindrical-coordinate representation of color #DC7E6B: hue angle of 10.09º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC7E6B is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 126 107 -
CMYK 0 0.43 0.51 0.14
HSL 10.09º 0.62% 0.64% -
HSV(B) 10.09º 0.51% 0.86% -
XYZ 39.63 31.2 17.84 -
YUV 151.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 220 126 107 0 0.43 0.51 0.14 10.09 0.62 0.64
Hex DC 7E 6B 0 2B 33 E A 3E 40
Octal 334 176 153 0 53 63 16 12 76 100
Binary 11011100 1111110 1101011 0 101011 110011 1110 1010 111110 1000000

Color Harmonies of #DC7E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E6B

Black with #DC7E6B

Text Example


Text Example

White with #DC7E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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