Html Css Color HEX #D47E75 New York Pink

📋 copy color: '#D47E75'

red 212 ◦ green 126 ◦ blue 117

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

Shades of New York Pink #D47E75

Tints of New York Pink #D47E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.69%

 BLUE value IS 117 (46.09% from 255) = 25.71%

R = 46.59%
G = 27.69%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D47E75 (or 0xD47E75) is known color: New York Pink. HEX triplet: D4, 7E and 75. RGB value is (212,126,117). Sum of RGB (Red+Green+Blue) = 212+126+117=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D47E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47E75 is #2B818A. Grayscale: #969696. Windows color (decimal): -2851211 or 7700180. OLE color: 7700180.

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

Color convert

RGB 212 126 117 -
CMYK 0 0.41 0.45 0.17
HSL 5.68º 0.52% 0.65% -
HSV(B) 5.68º 0.45% 0.83% -
XYZ 37.82 30.2 20.67 -
YUV 150.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 212 126 117 0 0.41 0.45 0.17 5.68 0.52 0.65
Hex D4 7E 75 0 29 2D 11 6 34 41
Octal 324 176 165 0 51 55 21 6 64 101
Binary 11010100 1111110 1110101 0 101001 101101 10001 110 110100 1000001

Color Harmonies of #D47E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47E75

Black with #D47E75

Text Example


Text Example

White with #D47E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47E75; }

 p { color: rgb(212,126,117); }

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

background-color css

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

 a { background-color: rgb(212,126,117); }

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

border-color css

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

 span { border-color: rgb(212,126,117); }

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