Html Css Color HEX #D47D72 New York Pink

📋 copy color: '#D47D72'

red 212 ◦ green 125 ◦ blue 114

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

Shades of New York Pink #D47D72

Tints of New York Pink #D47D72

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.72%

 BLUE value IS 114 (44.92% from 255) = 25.28%

R = 47.01%
G = 27.72%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D47D72 (or 0xD47D72) is known color: New York Pink. HEX triplet: D4, 7D and 72. RGB value is (212,125,114). Sum of RGB (Red+Green+Blue) = 212+125+114=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47D72 is #2B828D. Grayscale: #959595. Windows color (decimal): -2851470 or 7503316. OLE color: 7503316.

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

Color convert

RGB 212 125 114 -
CMYK 0 0.41 0.46 0.17
HSL 6.73º 0.53% 0.64% -
HSV(B) 6.73º 0.46% 0.83% -
XYZ 37.52 29.88 19.71 -
YUV 149.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 212 125 114 0 0.41 0.46 0.17 6.73 0.53 0.64
Hex D4 7D 72 0 29 2E 11 7 35 40
Octal 324 175 162 0 51 56 21 7 65 100
Binary 11010100 1111101 1110010 0 101001 101110 10001 111 110101 1000000

Color Harmonies of #D47D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47D72

Black with #D47D72

Text Example


Text Example

White with #D47D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47D72; }

 p { color: rgb(212,125,114); }

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

background-color css

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

 a { background-color: rgb(212,125,114); }

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

border-color css

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

 span { border-color: rgb(212,125,114); }

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