Html Css Color HEX #D67F76 New York Pink

📋 copy color: '#D67F76'

red 214 ◦ green 127 ◦ blue 118

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

Shades of New York Pink #D67F76

Tints of New York Pink #D67F76

RGB

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

 GREEN value IS 127 (50% from 255) = 27.67%

 BLUE value IS 118 (46.48% from 255) = 25.71%

R = 46.62%
G = 27.67%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D67F76 (or 0xD67F76) is known color: New York Pink. HEX triplet: D6, 7F and 76. RGB value is (214,127,118). Sum of RGB (Red+Green+Blue) = 214+127+118=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67F76 is #298089. Grayscale: #989898. Windows color (decimal): -2719882 or 7765974. OLE color: 7765974.

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

Color convert

RGB 214 127 118 -
CMYK 0 0.41 0.45 0.16
HSL 5.63º 0.54% 0.65% -
HSV(B) 5.63º 0.45% 0.84% -
XYZ 38.59 30.78 21.05 -
YUV 151.99 108.82 172.23 -
System Red Green Blue C M Y K H S L
Decimal 214 127 118 0 0.41 0.45 0.16 5.63 0.54 0.65
Hex D6 7F 76 0 29 2D 10 6 36 41
Octal 326 177 166 0 51 55 20 6 66 101
Binary 11010110 1111111 1110110 0 101001 101101 10000 110 110110 1000001

Color Harmonies of #D67F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67F76

Black with #D67F76

Text Example


Text Example

White with #D67F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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