Html Css Color HEX #D57D72 New York Pink

📋 copy color: '#D57D72'

red 213 ◦ green 125 ◦ blue 114

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

Shades of New York Pink #D57D72

Tints of New York Pink #D57D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.22%

R = 47.12%
G = 27.65%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D57D72 (or 0xD57D72) is known color: New York Pink. HEX triplet: D5, 7D and 72. RGB value is (213,125,114). Sum of RGB (Red+Green+Blue) = 213+125+114=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57D72 is #2A828D. Grayscale: #969696. Windows color (decimal): -2785934 or 7503317. OLE color: 7503317.

HSL color Cylindrical-coordinate representation of color #D57D72: hue angle of 6.67º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57D72 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 125 114 -
CMYK 0 0.41 0.46 0.16
HSL 6.67º 0.54% 0.64% -
HSV(B) 6.67º 0.46% 0.84% -
XYZ 37.81 30.03 19.72 -
YUV 150.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 213 125 114 0 0.41 0.46 0.16 6.67 0.54 0.64
Hex D5 7D 72 0 29 2E 10 7 36 40
Octal 325 175 162 0 51 56 20 7 66 100
Binary 11010101 1111101 1110010 0 101001 101110 10000 111 110110 1000000

Color Harmonies of #D57D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57D72

Black with #D57D72

Text Example


Text Example

White with #D57D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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