Html Css Color HEX #D47B71 New York Pink

📋 copy color: '#D47B71'

red 212 ◦ green 123 ◦ blue 113

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

Shades of New York Pink #D47B71

Tints of New York Pink #D47B71

RGB

 RED value IS 212 (83.2% from 255) = 47.32%

 GREEN value IS 123 (48.44% from 255) = 27.46%

 BLUE value IS 113 (44.53% from 255) = 25.22%

R = 47.32%
G = 27.46%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D47B71 (or 0xD47B71) is known color: New York Pink. HEX triplet: D4, 7B and 71. RGB value is (212,123,113). Sum of RGB (Red+Green+Blue) = 212+123+113=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47B71 is #2B848E. Grayscale: #949494. Windows color (decimal): -2851983 or 7437268. OLE color: 7437268.

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

Color convert

RGB 212 123 113 -
CMYK 0 0.42 0.47 0.17
HSL 6.06º 0.54% 0.64% -
HSV(B) 6.06º 0.47% 0.83% -
XYZ 37.21 29.36 19.33 -
YUV 148.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 212 123 113 0 0.42 0.47 0.17 6.06 0.54 0.64
Hex D4 7B 71 0 2A 2F 11 6 36 40
Octal 324 173 161 0 52 57 21 6 66 100
Binary 11010100 1111011 1110001 0 101010 101111 10001 110 110110 1000000

Color Harmonies of #D47B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47B71

Black with #D47B71

Text Example


Text Example

White with #D47B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47B71; }

 p { color: rgb(212,123,113); }

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

background-color css

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

 a { background-color: rgb(212,123,113); }

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

border-color css

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

 span { border-color: rgb(212,123,113); }

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