Html Css Color HEX #D57670 New York Pink

📋 copy color: '#D57670'

red 213 ◦ green 118 ◦ blue 112

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

Shades of New York Pink #D57670

Tints of New York Pink #D57670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.64%

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

R = 48.08%
G = 26.64%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D57670 (or 0xD57670) is known color: New York Pink. HEX triplet: D5, 76 and 70. RGB value is (213,118,112). Sum of RGB (Red+Green+Blue) = 213+118+112=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D57670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57670 is #2A898F. Grayscale: #919191. Windows color (decimal): -2787728 or 7370453. OLE color: 7370453.

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

Color convert

RGB 213 118 112 -
CMYK 0 0.45 0.47 0.16
HSL 3.56º 0.55% 0.64% -
HSV(B) 3.56º 0.47% 0.84% -
XYZ 36.84 28.27 18.84 -
YUV 145.72 108.97 175.99 -
System Red Green Blue C M Y K H S L
Decimal 213 118 112 0 0.45 0.47 0.16 3.56 0.55 0.64
Hex D5 76 70 0 2D 2F 10 4 37 40
Octal 325 166 160 0 55 57 20 4 67 100
Binary 11010101 1110110 1110000 0 101101 101111 10000 100 110111 1000000

Color Harmonies of #D57670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57670

Black with #D57670

Text Example


Text Example

White with #D57670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57670; }

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

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

background-color css

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

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

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

border-color css

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

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

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