Html Css Color HEX #D57C6B New York Pink

📋 copy color: '#D57C6B'

red 213 ◦ green 124 ◦ blue 107

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

Shades of New York Pink #D57C6B

Tints of New York Pink #D57C6B

RGB

 RED value IS 213 (83.59% from 255) = 47.97%

 GREEN value IS 124 (48.83% from 255) = 27.93%

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

R = 47.97%
G = 27.93%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D57C6B (or 0xD57C6B) is known color: New York Pink. HEX triplet: D5, 7C and 6B. RGB value is (213,124,107). Sum of RGB (Red+Green+Blue) = 213+124+107=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57C6B is #2A8394. Grayscale: #949494. Windows color (decimal): -2786197 or 7044309. OLE color: 7044309.

HSL color Cylindrical-coordinate representation of color #D57C6B: hue angle of 9.62º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D57C6B is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 124 107 -
CMYK 0 0.42 0.50 0.16
HSL 9.62º 0.56% 0.63% -
HSV(B) 9.62º 0.5% 0.84% -
XYZ 37.3 29.62 17.66 -
YUV 148.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 213 124 107 0 0.42 0.50 0.16 9.62 0.56 0.63
Hex D5 7C 6B 0 2A 32 10 A 38 3F
Octal 325 174 153 0 52 62 20 12 70 77
Binary 11010101 1111100 1101011 0 101010 110010 10000 1010 111000 111111

Color Harmonies of #D57C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57C6B

Black with #D57C6B

Text Example


Text Example

White with #D57C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57C6B; }

 p { color: rgb(213,124,107); }

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

background-color css

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

 a { background-color: rgb(213,124,107); }

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

border-color css

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

 span { border-color: rgb(213,124,107); }

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