Html Css Color HEX #D67C71 New York Pink

📋 copy color: '#D67C71'

red 214 ◦ green 124 ◦ blue 113

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

Shades of New York Pink #D67C71

Tints of New York Pink #D67C71

RGB

 RED value IS 214 (83.98% from 255) = 47.45%

 GREEN value IS 124 (48.83% from 255) = 27.49%

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

R = 47.45%
G = 27.49%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D67C71 (or 0xD67C71) is known color: New York Pink. HEX triplet: D6, 7C and 71. RGB value is (214,124,113). Sum of RGB (Red+Green+Blue) = 214+124+113=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67C71 is #29838E. Grayscale: #959595. Windows color (decimal): -2720655 or 7437526. OLE color: 7437526.

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

Color convert

RGB 214 124 113 -
CMYK 0 0.42 0.47 0.16
HSL 6.53º 0.55% 0.64% -
HSV(B) 6.53º 0.47% 0.84% -
XYZ 37.92 29.9 19.4 -
YUV 149.66 107.32 173.89 -
System Red Green Blue C M Y K H S L
Decimal 214 124 113 0 0.42 0.47 0.16 6.53 0.55 0.64
Hex D6 7C 71 0 2A 2F 10 7 37 40
Octal 326 174 161 0 52 57 20 7 67 100
Binary 11010110 1111100 1110001 0 101010 101111 10000 111 110111 1000000

Color Harmonies of #D67C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C71

Black with #D67C71

Text Example


Text Example

White with #D67C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C71; }

 p { color: rgb(214,124,113); }

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

background-color css

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

 a { background-color: rgb(214,124,113); }

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

border-color css

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

 span { border-color: rgb(214,124,113); }

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