Html Css Color HEX #D37470 New York Pink

📋 copy color: '#D37470'

red 211 ◦ green 116 ◦ blue 112

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

Shades of New York Pink #D37470

Tints of New York Pink #D37470

RGB

 RED value IS 211 (82.81% from 255) = 48.06%

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

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

R = 48.06%
G = 26.42%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D37470 (or 0xD37470) is known color: New York Pink. HEX triplet: D3, 74 and 70. RGB value is (211,116,112). Sum of RGB (Red+Green+Blue) = 211+116+112=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D37470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37470 is #2C8B8F. Grayscale: #909090. Windows color (decimal): -2919312 or 7369939. OLE color: 7369939.

HSL color Cylindrical-coordinate representation of color #D37470: hue angle of 2.42º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D37470 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 116 112 -
CMYK 0 0.45 0.47 0.17
HSL 2.42º 0.53% 0.63% -
HSV(B) 2.42º 0.47% 0.83% -
XYZ 36.03 27.51 18.74 -
YUV 143.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 211 116 112 0 0.45 0.47 0.17 2.42 0.53 0.63
Hex D3 74 70 0 2D 2F 11 2 35 3F
Octal 323 164 160 0 55 57 21 2 65 77
Binary 11010011 1110100 1110000 0 101101 101111 10001 10 110101 111111

Color Harmonies of #D37470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37470

Black with #D37470

Text Example


Text Example

White with #D37470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37470; }

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

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

background-color css

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

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

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

border-color css

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

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

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