Html Css Color HEX #D47D6C New York Pink

📋 copy color: '#D47D6C'

red 212 ◦ green 125 ◦ blue 108

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

Shades of New York Pink #D47D6C

Tints of New York Pink #D47D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.27%

R = 47.64%
G = 28.09%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D47D6C (or 0xD47D6C) is known color: New York Pink. HEX triplet: D4, 7D and 6C. RGB value is (212,125,108). Sum of RGB (Red+Green+Blue) = 212+125+108=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47D6C is #2B8293. Grayscale: #959595. Windows color (decimal): -2851476 or 7110100. OLE color: 7110100.

HSL color Cylindrical-coordinate representation of color #D47D6C: hue angle of 9.81º degrees, saturation: 0.55, 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 #D47D6C is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 125 108 -
CMYK 0 0.41 0.49 0.17
HSL 9.81º 0.55% 0.63% -
HSV(B) 9.81º 0.49% 0.83% -
XYZ 37.19 29.75 17.97 -
YUV 149.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 212 125 108 0 0.41 0.49 0.17 9.81 0.55 0.63
Hex D4 7D 6C 0 29 31 11 A 37 3F
Octal 324 175 154 0 51 61 21 12 67 77
Binary 11010100 1111101 1101100 0 101001 110001 10001 1010 110111 111111

Color Harmonies of #D47D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47D6C

Black with #D47D6C

Text Example


Text Example

White with #D47D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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