Html Css Color HEX #D67F74 New York Pink

📋 copy color: '#D67F74'

red 214 ◦ green 127 ◦ blue 116

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

Shades of New York Pink #D67F74

Tints of New York Pink #D67F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.38%

R = 46.83%
G = 27.79%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D67F74 (or 0xD67F74) is known color: New York Pink. HEX triplet: D6, 7F and 74. RGB value is (214,127,116). Sum of RGB (Red+Green+Blue) = 214+127+116=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67F74 is #29808B. Grayscale: #979797. Windows color (decimal): -2719884 or 7634902. OLE color: 7634902.

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

Color convert

RGB 214 127 116 -
CMYK 0 0.41 0.46 0.16
HSL 6.73º 0.54% 0.65% -
HSV(B) 6.73º 0.46% 0.84% -
XYZ 38.47 30.74 20.43 -
YUV 151.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 214 127 116 0 0.41 0.46 0.16 6.73 0.54 0.65
Hex D6 7F 74 0 29 2E 10 7 36 41
Octal 326 177 164 0 51 56 20 7 66 101
Binary 11010110 1111111 1110100 0 101001 101110 10000 111 110110 1000001

Color Harmonies of #D67F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67F74

Black with #D67F74

Text Example


Text Example

White with #D67F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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