Html Css Color HEX #D57A6C New York Pink

📋 copy color: '#D57A6C'

red 213 ◦ green 122 ◦ blue 108

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

Shades of New York Pink #D57A6C

Tints of New York Pink #D57A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.38%

R = 48.08%
G = 27.54%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D57A6C (or 0xD57A6C) is known color: New York Pink. HEX triplet: D5, 7A and 6C. RGB value is (213,122,108). Sum of RGB (Red+Green+Blue) = 213+122+108=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57A6C is #2A8593. Grayscale: #939393. Windows color (decimal): -2786708 or 7109333. OLE color: 7109333.

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

Color convert

RGB 213 122 108 -
CMYK 0 0.43 0.49 0.16
HSL 0.56% 0.63% -
HSV(B) 0.49% 0.84% -
XYZ 37.11 29.15 17.86 -
YUV 147.61 105.65 174.64 -
System Red Green Blue C M Y K H S L
Decimal 213 122 108 0 0.43 0.49 0.16 8 0.56 0.63
Hex D5 7A 6C 0 2B 31 10 8 38 3F
Octal 325 172 154 0 53 61 20 10 70 77
Binary 11010101 1111010 1101100 0 101011 110001 10000 1000 111000 111111

Color Harmonies of #D57A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57A6C

Black with #D57A6C

Text Example


Text Example

White with #D57A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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