Html Css Color HEX #DC7D6B New York Pink

📋 copy color: '#DC7D6B'

red 220 ◦ green 125 ◦ blue 107

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

Shades of New York Pink #DC7D6B

Tints of New York Pink #DC7D6B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.65%

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

R = 48.67%
G = 27.65%
B = 23.67%

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

#DC7D6B (or 0xDC7D6B) is known color: New York Pink. HEX triplet: DC, 7D and 6B. RGB value is (220,125,107). Sum of RGB (Red+Green+Blue) = 220+125+107=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D6B is #238294. Grayscale: #979797. Windows color (decimal): -2327189 or 7044572. OLE color: 7044572.

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

Color convert

RGB 220 125 107 -
CMYK 0 0.43 0.51 0.14
HSL 9.56º 0.62% 0.64% -
HSV(B) 9.56º 0.51% 0.86% -
XYZ 39.5 30.94 17.8 -
YUV 151.35 102.97 176.96 -
System Red Green Blue C M Y K H S L
Decimal 220 125 107 0 0.43 0.51 0.14 9.56 0.62 0.64
Hex DC 7D 6B 0 2B 33 E A 3E 40
Octal 334 175 153 0 53 63 16 12 76 100
Binary 11011100 1111101 1101011 0 101011 110011 1110 1010 111110 1000000

Color Harmonies of #DC7D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D6B

Black with #DC7D6B

Text Example


Text Example

White with #DC7D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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