Html Css Color HEX #D47A6D New York Pink

📋 copy color: '#D47A6D'

red 212 ◦ green 122 ◦ blue 109

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

Shades of New York Pink #D47A6D

Tints of New York Pink #D47A6D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.54%

 BLUE value IS 109 (42.97% from 255) = 24.6%

R = 47.86%
G = 27.54%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D47A6D (or 0xD47A6D) is known color: New York Pink. HEX triplet: D4, 7A and 6D. RGB value is (212,122,109). Sum of RGB (Red+Green+Blue) = 212+122+109=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47A6D is #2B8592. Grayscale: #939393. Windows color (decimal): -2852243 or 7174868. OLE color: 7174868.

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

Color convert

RGB 212 122 109 -
CMYK 0 0.42 0.49 0.17
HSL 7.57º 0.54% 0.63% -
HSV(B) 7.57º 0.49% 0.83% -
XYZ 36.87 29.02 18.13 -
YUV 147.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 212 122 109 0 0.42 0.49 0.17 7.57 0.54 0.63
Hex D4 7A 6D 0 2A 31 11 8 36 3F
Octal 324 172 155 0 52 61 21 10 66 77
Binary 11010100 1111010 1101101 0 101010 110001 10001 1000 110110 111111

Color Harmonies of #D47A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47A6D

Black with #D47A6D

Text Example


Text Example

White with #D47A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47A6D; }

 p { color: rgb(212,122,109); }

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

background-color css

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

 a { background-color: rgb(212,122,109); }

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

border-color css

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

 span { border-color: rgb(212,122,109); }

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