Html Css Color HEX #D57470 New York Pink

📋 copy color: '#D57470'

red 213 ◦ green 116 ◦ blue 112

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

Shades of New York Pink #D57470

Tints of New York Pink #D57470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.3%

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

R = 48.3%
G = 26.3%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D57470 (or 0xD57470) is known color: New York Pink. HEX triplet: D5, 74 and 70. RGB value is (213,116,112). Sum of RGB (Red+Green+Blue) = 213+116+112=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D57470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57470 is #2A8B8F. Grayscale: #909090. Windows color (decimal): -2788240 or 7369941. OLE color: 7369941.

HSL color Cylindrical-coordinate representation of color #D57470: hue angle of 2.38º 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 #D57470 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 116 112 -
CMYK 0 0.46 0.47 0.16
HSL 2.38º 0.55% 0.64% -
HSV(B) 2.38º 0.47% 0.84% -
XYZ 36.61 27.81 18.77 -
YUV 144.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 213 116 112 0 0.46 0.47 0.16 2.38 0.55 0.64
Hex D5 74 70 0 2E 2F 10 2 37 40
Octal 325 164 160 0 56 57 20 2 67 100
Binary 11010101 1110100 1110000 0 101110 101111 10000 10 110111 1000000

Color Harmonies of #D57470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57470

Black with #D57470

Text Example


Text Example

White with #D57470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57470; }

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

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

background-color css

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

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

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

border-color css

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

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

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