Html Css Color HEX #D67F71 New York Pink

📋 copy color: '#D67F71'

red 214 ◦ green 127 ◦ blue 113

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

Shades of New York Pink #D67F71

Tints of New York Pink #D67F71

RGB

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

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

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

R = 47.14%
G = 27.97%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D67F71 (or 0xD67F71) is known color: New York Pink. HEX triplet: D6, 7F and 71. RGB value is (214,127,113). Sum of RGB (Red+Green+Blue) = 214+127+113=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67F71 is #29808E. Grayscale: #979797. Windows color (decimal): -2719887 or 7438294. OLE color: 7438294.

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

Color convert

RGB 214 127 113 -
CMYK 0 0.41 0.47 0.16
HSL 8.32º 0.55% 0.64% -
HSV(B) 8.32º 0.47% 0.84% -
XYZ 38.3 30.67 19.52 -
YUV 151.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 214 127 113 0 0.41 0.47 0.16 8.32 0.55 0.64
Hex D6 7F 71 0 29 2F 10 8 37 40
Octal 326 177 161 0 51 57 20 10 67 100
Binary 11010110 1111111 1110001 0 101001 101111 10000 1000 110111 1000000

Color Harmonies of #D67F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67F71

Black with #D67F71

Text Example


Text Example

White with #D67F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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