Html Css Color HEX #D57D6D New York Pink

📋 copy color: '#D57D6D'

red 213 ◦ green 125 ◦ blue 109

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

Shades of New York Pink #D57D6D

Tints of New York Pink #D57D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.38%

R = 47.65%
G = 27.96%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D57D6D (or 0xD57D6D) is known color: New York Pink. HEX triplet: D5, 7D and 6D. RGB value is (213,125,109). Sum of RGB (Red+Green+Blue) = 213+125+109=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57D6D is #2A8292. Grayscale: #959595. Windows color (decimal): -2785939 or 7175637. OLE color: 7175637.

HSL color Cylindrical-coordinate representation of color #D57D6D: hue angle of 9.23º degrees, saturation: 0.55, 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 #D57D6D is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 125 109 -
CMYK 0 0.41 0.49 0.16
HSL 9.23º 0.55% 0.63% -
HSV(B) 9.23º 0.49% 0.84% -
XYZ 37.53 29.92 18.26 -
YUV 149.49 105.15 173.3 -
System Red Green Blue C M Y K H S L
Decimal 213 125 109 0 0.41 0.49 0.16 9.23 0.55 0.63
Hex D5 7D 6D 0 29 31 10 9 37 3F
Octal 325 175 155 0 51 61 20 11 67 77
Binary 11010101 1111101 1101101 0 101001 110001 10000 1001 110111 111111

Color Harmonies of #D57D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57D6D

Black with #D57D6D

Text Example


Text Example

White with #D57D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57D6D; }

 p { color: rgb(213,125,109); }

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

background-color css

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

 a { background-color: rgb(213,125,109); }

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

border-color css

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

 span { border-color: rgb(213,125,109); }

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