Html Css Color HEX #D57A70 New York Pink

📋 copy color: '#D57A70'

red 213 ◦ green 122 ◦ blue 112

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

Shades of New York Pink #D57A70

Tints of New York Pink #D57A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.06%

R = 47.65%
G = 27.29%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D57A70 (or 0xD57A70) is known color: New York Pink. HEX triplet: D5, 7A and 70. RGB value is (213,122,112). Sum of RGB (Red+Green+Blue) = 213+122+112=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57A70 is #2A858F. Grayscale: #949494. Windows color (decimal): -2786704 or 7371477. OLE color: 7371477.

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

Color convert

RGB 213 122 112 -
CMYK 0 0.43 0.47 0.16
HSL 5.94º 0.55% 0.64% -
HSV(B) 5.94º 0.47% 0.84% -
XYZ 37.32 29.24 19 -
YUV 148.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 213 122 112 0 0.43 0.47 0.16 5.94 0.55 0.64
Hex D5 7A 70 0 2B 2F 10 6 37 40
Octal 325 172 160 0 53 57 20 6 67 100
Binary 11010101 1111010 1110000 0 101011 101111 10000 110 110111 1000000

Color Harmonies of #D57A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57A70

Black with #D57A70

Text Example


Text Example

White with #D57A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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