Html Css Color HEX #D67671 New York Pink

📋 copy color: '#D67671'

red 214 ◦ green 118 ◦ blue 113

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

Shades of New York Pink #D67671

Tints of New York Pink #D67671

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.52%

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

R = 48.09%
G = 26.52%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D67671 (or 0xD67671) is known color: New York Pink. HEX triplet: D6, 76 and 71. RGB value is (214,118,113). Sum of RGB (Red+Green+Blue) = 214+118+113=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D67671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67671 is #29898E. Grayscale: #929292. Windows color (decimal): -2722191 or 7435990. OLE color: 7435990.

HSL color Cylindrical-coordinate representation of color #D67671: hue angle of 2.97º 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 #D67671 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 118 113 -
CMYK 0 0.45 0.47 0.16
HSL 2.97º 0.55% 0.64% -
HSV(B) 2.97º 0.47% 0.84% -
XYZ 37.19 28.45 19.15 -
YUV 146.13 109.3 176.41 -
System Red Green Blue C M Y K H S L
Decimal 214 118 113 0 0.45 0.47 0.16 2.97 0.55 0.64
Hex D6 76 71 0 2D 2F 10 3 37 40
Octal 326 166 161 0 55 57 20 3 67 100
Binary 11010110 1110110 1110001 0 101101 101111 10000 11 110111 1000000

Color Harmonies of #D67671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67671

Black with #D67671

Text Example


Text Example

White with #D67671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67671; }

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

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

background-color css

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

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

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

border-color css

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

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

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