Html Css Color HEX #D57A6E New York Pink

📋 copy color: '#D57A6E'

red 213 ◦ green 122 ◦ blue 110

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

Shades of New York Pink #D57A6E

Tints of New York Pink #D57A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.42%

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

R = 47.87%
G = 27.42%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D57A6E (or 0xD57A6E) is known color: New York Pink. HEX triplet: D5, 7A and 6E. RGB value is (213,122,110). Sum of RGB (Red+Green+Blue) = 213+122+110=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57A6E is #2A8591. Grayscale: #939393. Windows color (decimal): -2786706 or 7240405. OLE color: 7240405.

HSL color Cylindrical-coordinate representation of color #D57A6E: hue angle of 6.99º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D57A6E is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 122 110 -
CMYK 0 0.43 0.48 0.16
HSL 6.99º 0.55% 0.63% -
HSV(B) 6.99º 0.48% 0.84% -
XYZ 37.21 29.19 18.42 -
YUV 147.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 213 122 110 0 0.43 0.48 0.16 6.99 0.55 0.63
Hex D5 7A 6E 0 2B 30 10 7 37 3F
Octal 325 172 156 0 53 60 20 7 67 77
Binary 11010101 1111010 1101110 0 101011 110000 10000 111 110111 111111

Color Harmonies of #D57A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57A6E

Black with #D57A6E

Text Example


Text Example

White with #D57A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57A6E; }

 p { color: rgb(213,122,110); }

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

background-color css

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

 a { background-color: rgb(213,122,110); }

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

border-color css

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

 span { border-color: rgb(213,122,110); }

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